/// import { Operation } from 'graphql-codegen-core'; import { Fragment } from 'graphql-codegen-core'; export declare const generateFragments: (convert: any) => (fragments: Fragment[], options: Handlebars.HelperOptions) => string; export declare const gql: (convert: any) => (operation: Operation, options: Handlebars.HelperOptions) => string; export declare function extractFragments(document: string): string[] | undefined; export declare const toFragmentName: (convert: any) => (fragmentName: string, options: Handlebars.HelperOptions) => string;