import type { StringifyOptions } from './index'; export declare function stringify(obj: unknown, stringifyOptions?: StringifyOptions): string;