import type { TypedArray } from "../types.js";
export declare function getScratchArrayBuffer(byteLength: number): ArrayBuffer;
export declare function getScratchArray(Type: any, length: number): TypedArray;
//# sourceMappingURL=array-utils-flat.d.ts.map