import { Types, PluginFunction } from '@graphql-codegen/plugin-helpers';
import { FlowResolversPluginConfig } from './config';
export declare const plugin: PluginFunction<FlowResolversPluginConfig, Types.ComplexPluginOutput>;
