export declare function stringify(passedObj: any, options: { indent?: number; maxLength?: number; replacer?: (this: any, key: string, value: any) => any; }): string;