/// import { InspectOptions } from 'util'; import { ObjectFormatter } from './formatters/interface'; export declare const stringifyFunction: (obj: any, formatters: ObjectFormatter[], inspectOptions?: InspectOptions | undefined) => string; //# sourceMappingURL=stringify.d.ts.map