declare const prettyPrintObject: (object: object, depth?: number) => string;
export { prettyPrintObject };
