import type { NumericArray } from '@math.gl/types'; export declare function fillArray(options: { target: NumericArray; source: NumericArray; start?: number; count?: number; }): NumericArray; //# sourceMappingURL=fill-array.d.ts.map