/** Best way to stringify a value! Default indent: 2 */
export declare function removeCircularJSONstringify(object: any, indent?: number): string;
