export const name: "json"; export const code: 512; export function encode(node: T): ByteView; export function decode(data: ByteView): T; export type ByteView = import('./interface').ByteView; //# sourceMappingURL=json.d.ts.map