import type { NumericArray } from "@thi.ng/api";
import type { IVector } from "@thi.ng/vectors";
/**
 * @param buf -
 * @param size -
 * @param idx -
 * @param stride -
 *
 * @internal
 */
export declare const wrap: (buf: NumericArray, size: number, idx: number, stride: number) => IVector<any>;
//# sourceMappingURL=wrap.d.ts.map