/** * @param {*} value * @return {value is import("../table/types.js").TypedArray} */ export function isTypedArray(value: any): value is import("../table/types.js").TypedArray;