import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const ReportSchedule: { readonly Daily: "daily"; readonly Monthly: "monthly"; readonly Once: "once"; readonly Weekly: "weekly"; }; export type ReportSchedule = OpenEnum; /** @internal */ export declare const ReportSchedule$inboundSchema: z.ZodType; /** @internal */ export declare const ReportSchedule$outboundSchema: z.ZodType; //# sourceMappingURL=reportschedule.d.ts.map