import { z } from "zod";
export declare const datePreset: z.ZodEnum<["last_2_days", "all_time", "custom_time", "today", "yesterday"]>;
//# sourceMappingURL=common.entity.d.ts.map