import { types } from 'recast'; export declare const builders: typeof types.builders; export declare function print(ast: types.ASTNode): string; export declare function traverse(file: string, visitMethods?: types.Visitor): types.ASTNode;