import { Node } from './Parser'; export declare function parse(templateRoot: string, code: string): Promise; export declare function parseFile(templateRoot: string, filePath: string): Promise; //# sourceMappingURL=index.d.ts.map