import type { App } from 'vue'; import type { StoreDispatcher } from './types'; export declare function injectStoreDispatcher(app?: App): StoreDispatcher; export declare function provideStoreDispatcher(eventBus: StoreDispatcher, app?: App): void; //# sourceMappingURL=singleton.d.ts.map