import { PluginFunction } from '@graphql-codegen/plugin-helpers';
import { JavaResolversPluginRawConfig } from './config.js';
export declare const plugin: PluginFunction<JavaResolversPluginRawConfig>;
