/** * Check if the given URL was opened in a new window * @param {String} expectedUrl The URL to check for * @param {String} obsolete Indicator for the type (window or tab) unused */ export declare function checkIsOpenedInNewWindow(expectedUrl: string): Promise; //# sourceMappingURL=checkIsOpenedInNewWindow.d.ts.map