export declare class JavaScriptParser { constructor(); parse(content: string, filePath: string): Promise; private parseToAST; private traverseAST; }