/**
 * Returns true if `x` is a JS array of numbers or a typed array.
 *
 * @param x
 */
export declare const isNumericArray: (x: any) => x is unknown[] | import("./is-typedarray.js").TypedArray;
//# sourceMappingURL=is-numeric-array.d.ts.map