export * from './devServer'; export * from './plugin'; export * from './crypto'; export * from './template'; export declare const error: (msg: string) => never; export declare const stop: (port?: number) => Promise; export declare const clearConsole: () => void; /** 添加加载动画 */ export declare const wrapOraLoading: Promise = any>(fn: T, message: string, ...args: unknown[]) => Promise; export declare const set: (obj: object, path: string, value: unknown) => object; export declare const get: (obj: object, path: string, defaultValue?: unknown) => unknown; export declare const checkLatestVersion: () => Promise; export declare function compileTSModule(resolvedPath: string): any;