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