import { MessageBusService } from '..'; export declare class MainBus { /** used for singleton */ private static pInstance; private static pEvents; /** Get singleton instance of appstate */ static get Instance(): MainBus; /** Event bus for publish/subscribe events in application */ static get events(): MessageBusService; }