import { ILogger } from '@midwayjs/core'; /** * 常用函数处理 */ export declare class FuncUtil { coreLogger: ILogger; init(): Promise; }