/** Serializes given `value` into JSON using a 4 spaces indentation */ export declare const stringifyPretty: (value: any) => string;