export interface DefNode { symbol: string; lineStart: number; lineEnd: number; kind: string; } export declare function astLangOf(path: string): string | null; export declare function extractDefs(lang: string, source: string): Promise; //# sourceMappingURL=ast.d.ts.map