import { catchParams } from '../../../types/pipe';
export declare var handleReportData: (content: any) => {
    reportParams: catchParams;
};
