import type { DocumentNode } from 'graphql'; export declare const gql: (template: TemplateStringsArray | string, ...substitutions: any[]) => DocumentNode; //# sourceMappingURL=gql.d.ts.map