import { z } from "zod"; export declare const PostSchemaSchema: z.ZodObject<{ body: z.ZodObject<{ schema: z.ZodString; hash: z.ZodString; }, "strip", z.ZodTypeAny, { schema: string; hash: string; }, { schema: string; hash: string; }>; }, "strip", z.ZodTypeAny, { body: { schema: string; hash: string; }; }, { body: { schema: string; hash: string; }; }>; //# sourceMappingURL=post-schema.d.ts.map