pub fn visit_declare_statement<'ast, V, T>( visitor: &mut V, node: &'ast DeclareStatement<T>, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,