import { reportParams } from '../../../types/report';
export declare const _getReportContent: (params: reportParams<any>) => boolean;
export declare const _handleCatchError: () => void;
