/** * parses a given file (_path_ and _file_ name) into an AST * tree */ export declare function parseFile(filename: string): any; //# sourceMappingURL=parseFile.d.ts.map