import type { PluginContext } from 'rollup'; import { z } from 'zod'; export declare function createImage(pluginContext: PluginContext, shouldEmitFile: boolean, entryFilePath: string, experimentalSvgEnabled: boolean): () => z.ZodEffects;