import { ReportConfig, ReportResult } from './interface';
export default function reportLog(reportConfig: ReportConfig): Promise<ReportResult>;
