import ts from 'typescript'; export declare function compileSourceFile(code: string): ts.SourceFile; export declare function inferCollectionNameFromFunctionCall(sourceFile: ts.SourceFile): string | null; //# sourceMappingURL=cdt-analyser.d.ts.map