export declare class ASTTraverse {
    static traverse(root: any, options: any): void;
}
