/** Human readable representation of any value */ export declare const stringify: (value: any) => string;