import type { AppOptionsType } from '../../types';
export declare function initApp(options: AppOptionsType, router: any, store: any): void;
