import type { App } from 'vue';
import type { StoreInstallOptions } from './types';
export declare function installStore(app: App, options?: StoreInstallOptions): void;
//# sourceMappingURL=install.d.ts.map