export type FetchListReminderResponse = string;
export declare const getListReminder2Factory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => ({ isGroup, uid, groupId, page, count, board_type, }: {
    isGroup?: boolean | undefined;
    uid?: string | undefined;
    groupId?: string | undefined;
    page?: number | undefined;
    count?: number | undefined;
    board_type?: number | undefined;
}) => Promise<string>;
