import { Store } from 'vuex';
export declare function registerStore<S>(store: Store<S>): void;
export declare function getStore(): Store<any> | null;
