import { BotTodoItem } from "../BotTodoMgr";
export declare const MONTHLY_CARD_FINAL_REMINDER_TYPE = "monthly-card-final-reminder";
export declare function scheduleMonthlyCardFinalReminder(groupId: string): Promise<void>;
export declare function executeMonthlyCardFinalReminder(item: BotTodoItem): void;
