export declare function defaultRenameVisitor(): { visitor: { ExportDefaultDeclaration: { enter(path: any, state: any): void; }; }; };