export declare interface UtilsTryCatchConfig { log: boolean; } /** tryCatch */ export declare interface UtilsTryCatchType { run: UtilsTryCatchType; config: UtilsTryCatchType; error: UtilsTryCatchType; }