import { DefinitionParser } from './ast'; import { TypeExpression } from '../type-expression/TypeExpression'; import { TypeArg } from '../type-expression/types'; export declare function gql(strings: TemplateStringsArray, ...interpolated: Array): DefinitionParser[]; //# sourceMappingURL=gql.d.ts.map