import * as z from 'zod/v4'; export declare const SvgOptimizerSchema: z.ZodObject<{ name: z.ZodString; optimize: z.ZodCustom<(contents: string) => string | Promise, (contents: string) => string | Promise>; }, z.core.$strip>;