import type { KlawConfig } from "../config/types.klaw.js"; import type { CronDeliveryPreview, CronJob } from "./types.js"; export declare function resolveCronDeliveryPreview(params: { cfg: KlawConfig; defaultAgentId?: string; job: CronJob; }): Promise; export declare function resolveCronDeliveryPreviews(params: { cfg: KlawConfig; defaultAgentId?: string; jobs: CronJob[]; }): Promise>;