import { IAdaptable } from '../../../AdaptableInterfaces/IAdaptable';
export declare function refreshScheduledAlertJobs(adaptable: IAdaptable): void;
export declare function refreshScheduledReportJobs(adaptable: IAdaptable): void;
