import { AdaptableApi, Report } from '../../../../types';
export declare function reportHasSchedules(report: Report, api: AdaptableApi): boolean;
