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