import type { CodegenPlugin, CodegenPluginOptions, CodegenPluginRegistration } from './types.js'; export declare function createCodegenPlugin(options?: CodegenPluginOptions): CodegenPlugin; export declare function codegen(options?: CodegenPluginOptions): CodegenPluginRegistration; //# sourceMappingURL=plugin.d.ts.map