/** * @template T * @typedef {import('./interface').ByteView} ByteView */ export const name: "raw"; export const code: 85; export function encode(node: Uint8Array): ByteView; export function decode(data: ByteView): Uint8Array; export type ByteView = import('./interface').ByteView; //# sourceMappingURL=raw.d.ts.map