import type { Command } from 'commander'; export declare const REMINDER_PREFLIGHT_SCHEDULE_EXAMPLE: readonly ["--repeat", "every:15m", "--title", "Usage check", "--instructions", "review the usage alert", "--preflight", "./scripts/check-usage.sh", "--preflight-timeout", "2m"]; export declare const REMINDER_SCHEDULE_EXAMPLES: readonly [readonly ["--in", "1h", "--title", "check deploy", "--instructions", "verify prod is healthy"], readonly ["--fire-at", "2026-05-24T09:00:00Z", "--repeat", "daily@09:00", "--timezone", "Asia/Shanghai", "--title", "standup", "--instructions", "post the async standup"], readonly ["--repeat", "every:30m", "--window", "mon-fri@08:00-18:30", "--timezone", "America/New_York", "--title", "Work-hours poll", "--instructions", "poll the work queue during business hours"], readonly ["--repeat", "every:15m", "--title", "Usage check", "--instructions", "review the usage alert", "--preflight", "./scripts/check-usage.sh", "--preflight-timeout", "2m"]]; export declare function reminderScheduleExampleCommand(args: readonly string[]): string; export declare function registerReminderCommands(program: Command): void; //# sourceMappingURL=cli.d.ts.map