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