/// <reference types="@discoveryjs/json-ext" />
export { stringifyInfo as jsonStringifyInfo } from '@discoveryjs/json-ext';
type Replacer = (key: string, value: any) => void;
export declare function jsonStringifyAsJavaScript(value: any, replacer?: Replacer, space?: number): string;
