/** 保证同步函数不抛出错误 */ export declare function safeRunner(func: Function, defaultRes: T): any; //# sourceMappingURL=safeRunner.d.ts.map