import { ReaderPropDef } from './types.js'; export declare const readVector: (prop: ReaderPropDef, tmp: Uint8Array) => Uint8Array | Int8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array; //# sourceMappingURL=vector.d.ts.map