/// /// /// export default class Interception { url: string; filterOptions: WebdriverIO.MockFilterOptions; browser: WebdriverIO.BrowserObject; respondOverwrites: { overwrite?: WebdriverIO.MockOverwrite; params?: WebdriverIO.MockResponseParams; sticky?: boolean; errorReason?: string; }[]; matches: WebdriverIO.Matches[]; constructor(url: string, filterOptions: import("webdriverio").MockFilterOptions | undefined, browser: WebdriverIO.BrowserObject); get calls(): WebdriverIO.Matches[] | Promise; waitForResponse({ timeout, interval, timeoutMsg, }?: WebdriverIO.WaitForOptions): Promise; } //# sourceMappingURL=index.d.ts.map