import { IntrospectionSchema } from 'graphql';
export default function (introspectionSchema: IntrospectionSchema, generateDefaultFragments: boolean, useApolloClientV3: boolean, includeTypeName: boolean, typeNamePrefix: string, typeNamePostfix: string): string;
