export declare const CborByte: { read: (value: string) => string; encode: (value: string) => string; getLength: (value: string) => number; };