import { ReportingAPI, ReportingAPIResponse } from "./ReportingAPI"; import { Token } from "./Token"; import { Event } from "./Event"; export declare class ReportingAPIThatThrows implements ReportingAPI { report(_token: Token, _event: Event, _timeoutInMS: number): Promise; }