import * as util from 'util'; export declare const formatObjectForLogging: (obj: unknown, options?: util.InspectOptions) => string;