import { SessionEvent } from "../..";
import { Result } from "..";
export declare function command_monthlyCardRemind(event: SessionEvent, args: string[]): void;
export declare function command_cancelMonthlyCardRemind(event: SessionEvent, args: string[]): void;
export declare function confirmMonthlyCardGet(event: SessionEvent): Result<void>;
