import { Optional } from '@stoplight/types';
export declare const safeStringify: (value: any, replacer?: ((key: string, value: any) => any | Array<number | string> | null) | undefined, space?: string | number) => Optional<string>;
