import { z } from "zod"; export declare const StatusSchema: z.ZodObject<{ message: z.ZodOptional; code: z.ZodNumber; }, "strip", z.ZodTypeAny, { code: number; message?: string | undefined; }, { code: number; message?: string | undefined; }>; //# sourceMappingURL=status.d.ts.map