import { Store } from "@omnia/fx/stores"; export declare class UserMenuStore extends Store { showMySubscriptions: import("@omnia/fx/stores").StoreState; protected onActivated(): void; onDisposing(): void; getters: { getShowMySubscriptions: () => boolean; }; mutations: { setShowMySubscriptions: (show: boolean) => void; }; }