import { type StringifyJsonOptions } from '../types/stringify-json.mjs'; export declare function stringifyJson(object: any, { EOL, finalEOL, replacer, spaces }?: StringifyJsonOptions): string; export declare const stringifyJSON: typeof stringifyJson;