import type Bicoder from "./Bicoder"; declare const JSON: { stringify: (_bicoder: Bicoder, value: T) => string; parse: (bicoder: Bicoder, jsonString: string) => T_1; }; export default JSON; //# sourceMappingURL=JSON.d.ts.map