import { z } from "zod"; export declare const EmptyInputSchema: z.ZodObject<{}, z.core.$strip>; export declare const RiskyMutationOutputSchema: z.ZodObject<{ message: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=common.d.ts.map