import { ReportSchedule } from '../../../AdaptableState/ExportState';
export declare function formatScheduledReportSummary(reportSchedule: ReportSchedule): string;
