import { TRequestConfigs } from '../../configs'; declare function method(requestConfigs: TRequestConfigs): Promise<{ enable: boolean; dailyReminders: string[]; notifyOptions: string[]; weekDays: string[]; holidayNotify: boolean; }>; export declare const apiMethod: { method: typeof method; route: "/user/preferences/dailyReminder"; }; export {};