declare function showPopup(data: any, socket: any): Promise<void>;
declare function subscribeUserPop(gaId: string): Promise<void>;
declare const getPopupDisplayed: () => boolean;
export { showPopup, subscribeUserPop, getPopupDisplayed };
