import { ValidationError$1 as ValidationError } from "./base.errors-DyC_RLkA.js"; import { Result } from "@carbonteq/fp"; import { ZodType, z as z$1 } from "zod"; //#region src/shared/zod.utils.d.ts type ParsedSchema = Readonly>; declare const handleZodErr: (err: z$1.ZodError) => ValidationError; declare const safeParseResult: = z$1.ZodType>(schema: U, data: unknown, errConst: (err: z$1.ZodError) => E) => Result, E>; //#endregion //# sourceMappingURL=zod.utils.d.ts.map export { ParsedSchema, handleZodErr as handleZodErr$1, safeParseResult as safeParseResult$1 }; //# sourceMappingURL=zod.utils-D5-rAJUI.d.ts.map