declare global { let __sasAuthPopover: Window | undefined; interface globalThis { __sasAuthPopover: Window | undefined; } } export declare function openMessagePopup(location: string, title: string): Promise; //# sourceMappingURL=PopupHelper.d.ts.map