import { Obj } from '../../ts-types'; export declare const stringify: (obj: Obj, spaces?: number) => string; //# sourceMappingURL=index.d.ts.map