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