/**
 * 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<void>;
//# sourceMappingURL=checkIsOpenedInNewWindow.d.ts.map