/**
 * Robust stringification of any value, including json and bigints.
 */
export declare function stringify(value: unknown): string | undefined;
