import { FunctionInfo } from '../types/function-analysis.js'; export declare class ASTParser { private filePath; private sourceCode; constructor(filePath: string, sourceCode: string); parseFunctions(): Promise; private createBasicFunctionInfo; private extractBasicParameters; private extractBasicBody; private calculateBasicComplexity; private getSourceLocation; } //# sourceMappingURL=ast-parser.d.ts.map