export declare const AUTO_POST_OPTIONS: { label: string; value: string; }[]; export declare const updateScheduleReportType: (payload: any) => Promise; export declare const createScheduleReportType: (payload: any) => Promise; export declare const getScheduleReportType: (payload: any) => Promise; export declare const getScheduleReportById: (payload: any) => Promise; export declare const deleteScheduleReportType: (payload: any) => Promise;