declare const stringify: (value_: any, spaces?: number, replacer?: (property: string, value: any) => any) => string; export default stringify;