import { z } from "zod/mini"; //#region src/model/timestamp.d.ts declare const TimestampModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Timestamp">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; placeholder: z.ZodMiniOptional>; default: z.ZodMiniOptional>; }, z.core.$strip>>; }, z.core.$strip>; type TimestampModel = z.infer; //#endregion export { TimestampModel }; //# sourceMappingURL=timestamp.d.ts.map