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