import { AppInstance } from '@core/app/instance/type';
import { AppDefInstance, AppMountedProps } from "./types";
export declare type AppInsType = AppInstance & AppMountedProps & Omit<AppDefInstance, keyof AppInstance>;
export declare const app: AppInsType;
