interface WindowFeatures { width: number; height: number; } export declare function openWebPage(url: string, windowName?: string, WindowFeatures?: WindowFeatures, onLoggedOut?: () => Promise): Promise; export {};