import type { AppOptionsType } from '../../types';
export declare function initStoreV3(options: AppOptionsType): any;
