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