import { AdaptableApi } from '../../../Api/AdaptableApi';
import { ReportSchedule } from '../../../AdaptableState/ExportState';
export declare const isReportScheduleSettingsValid: (reportSchedule: ReportSchedule, api: AdaptableApi) => true | "A name is required." | "A scheduled export with this name already exists." | "Please select a report." | "Please select a report format.";
