import IDefaultLogConfig from "../interface/config/IDefaultLogConfig"; declare const _default: { getLogIdByFields(log: T, fields: string[]): string; /** * It is necessary to convert objects safely, otherwise we can lost the whole log bundle */ tryJSONStringify(obj: T_1): string; }; export default _default;