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