export declare const CborArray: { decode: (cborArray: string) => T[]; sizeToCbor: (arrayLength: number) => string; };