export declare const getLanIp: () => string; export declare const getPkgVersion: (pkgPath: string) => any; export declare function clearConsole(): void; export declare function deepAssign(target: any, ...sources: any): T; export declare const ensureArray: (params: T | T[]) => T[]; /** * json Filter * @param d * @param keys * @returns */ export declare const jsonFilter: (d?: any, notIncludeKeys?: string[]) => any; export declare const vCompare: (preVersion?: string, lastVersion?: string) => number; export declare const timeFormat: (seconds: number) => string; export declare const importJsVm: (content: string) => string;