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