import { Context, Session } from "koishi";
export declare function isSameDay(ctx: Context, inputTime: Date, session: Session): Promise<boolean>;
