import { PluginFunction, Types } from '@graphql-codegen/plugin-helpers'; import { AllConfigOptions } from "./printer"; import { ReplaceReturnType } from "../utils"; export interface OperationsMapPrinterConfig { operationsMap: Partial; } export declare type Plugin = ReplaceReturnType, Types.Promisable>; export declare const plugin: Plugin;