import { Types } from '@graphql-codegen/plugin-helpers';
import { GraphQLSchema } from 'graphql';
export declare function optimizeOperations(schema: GraphQLSchema, documents: Types.DocumentFile[], options?: {
includeFragments: boolean;
}): Types.DocumentFile[];