export declare const openPopup: (url: string, popupWidth: number, popupHeight: number, onClose: () => void) => Promise<() => void>;