import type { AnyValueObject } from '../_types/global';
export declare function objToPrettyStr(obj: AnyValueObject): string;
