import { AsyncReportUtilsParams } from '../../../../types/AsyncReportUtils';
export declare const initPollingView: ({ req, res, services }: AsyncReportUtilsParams) => Promise<{}>;
