import * as z from 'zod'; import type { Prisma } from '../../generated/prisma'; export declare const DecimalJSLikeSchema: z.ZodType; export declare const DECIMAL_STRING_REGEX: RegExp; export declare const isValidDecimalInput: (v?: null | string | number | Prisma.DecimalJsLike) => v is string | number | Prisma.DecimalJsLike; //# sourceMappingURL=decimal-helpers.d.ts.map