import { Types, PluginFunction } from '@graphql-codegen/plugin-helpers';
import { FlowPluginConfig } from './config.js';
export * from './visitor.js';
export * from './flow-variables-to-object.js';
export declare const plugin: PluginFunction<FlowPluginConfig, Types.ComplexPluginOutput>;
