import { type IAlertAnomalyDetectionGranularity, type WeekStart } from "@gooddata/sdk-model"; export declare function createCronFromGranularity(granularity?: IAlertAnomalyDetectionGranularity, weekStart?: WeekStart): string; //# sourceMappingURL=cron.d.ts.map