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