import { z } from "zod"; export type ZodBase = z.ZodObject; export interface ZAPI { path: string; dtoType?: DTO; resultDataType?: VO; } export declare function defineCommonAPI(def: ZAPI): ZAPI; //# sourceMappingURL=def.d.ts.map