import { z } from 'zod'; export declare const pluginSchema: z.ZodObject<{ kind: z.ZodString; spec: z.ZodRecord; }, "strip", z.ZodTypeAny, { kind: string; spec: Record; }, { kind: string; spec: Record; }>; export type PluginSchemaType = z.infer; export type PluginSchema = typeof pluginSchema; //# sourceMappingURL=plugin.d.ts.map