/** * Module errors. * * @module */ /** The provided index is out of bounds */ export declare const EINDEX: { readonly code: 131072; readonly name: "EINDEX"; readonly doc: "The provided index is out of bounds"; }; /** An invalid length of bitvector was given */ export declare const ELENGTH: { readonly code: 131073; readonly name: "ELENGTH"; readonly doc: "An invalid length of bitvector was given"; }; //# sourceMappingURL=errors.d.ts.map