import { BotTodoItem } from "../BotTodoMgr";
export declare const MONTHLY_CARD_REMINDER_TYPE = "monthly-card-reminder";
export declare function scheduleMonthlyCardReminders(groupId: string, hours: number[]): Promise<void>;
export declare function executeMonthlyCardReminder(item: BotTodoItem): void;
