/** * Module errors. * * @module */ /** The index into the vector is out of bounds */ export declare const EINDEX_OUT_OF_BOUNDS: { readonly code: 131072; readonly name: "EINDEX_OUT_OF_BOUNDS"; readonly doc: "The index into the vector is out of bounds"; }; //# sourceMappingURL=errors.d.ts.map