import type { json_string } from '@jsonjoy.com/util/lib/json-brand';
export declare const stringify: <T>(val: T) => json_string<T>;
