export interface IAfterGuiAttachedParams {
    hidePopup?: () => void;
}