import { CborArrayOptions } from "../CborObj/index.js"; export declare class LazyCborArray { readonly indefinite: boolean; array: Uint8Array[]; constructor(array: Uint8Array[], options?: CborArrayOptions); clone(): LazyCborArray; }