import { GqlParserTree } from "../Models/GqlParserTree"; export declare const parseGql: (gql: string, schema: string) => GqlParserTree[];