import { Query } from "../query/index.ts"; export declare function parseFile(fileContents: string): Query[]; //# sourceMappingURL=parseFile.d.ts.map