export interface JSONBond<_Type> extends String {} export declare function stringify(object: Type): JSONBond export declare function parse(json: JSONBond): Type