import { DocumentNode } from 'graphql';
export declare function gql(literals: ReadonlyArray<string> | Readonly<string>): DocumentNode;
