import { PluginFunction } from '@zenstackhq/sdk';
export declare const name = "Zod";
export declare const description = "Generating Zod schemas";
declare const run: PluginFunction;
export default run;
