import type { PluginFunction } from '@graphql-codegen/plugin-helpers'; import type { Config } from './config.ts'; export { schema as addToSchema } from '@code-like-a-carpenter/foundation-intermediate-representation'; /** @override */ export declare const plugin: PluginFunction; //# sourceMappingURL=plugin.d.ts.map