import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const DataType: { readonly String: "string"; readonly Number: "number"; readonly Date: "date"; readonly Array: "array"; }; export type DataType = ClosedEnum; /** @internal */ export declare const DataType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=data-type.d.ts.map