import { Page } from 'playwright'; /** * Requrns a list of XmlHttpReequests initiated during page load. * * This approach is absolutely not guranteed to be complete; we need to * listen via page.on() for that, but this is OK for the moment. */ export declare function getXhrList(page: Page): Promise; //# sourceMappingURL=get-xhr-list.d.ts.map