declare function stringify(obj: any, spaces?: number): string;

export = stringify;