/**
 * Check if a new window or tab is opened
 * @param  {String}   obsolete  The type of opened object (window or tab)
 * @param  {String}   falseCase Whether to check if a new window/tab was opened or not
 */
export declare function checkNewWindow(_obsolete: "window" | "tab", falseCase: string): Promise<void>;
//# sourceMappingURL=checkNewWindow.d.ts.map