import TypedArray from "./TypedArray.js"; declare const TypedArrayFrom: (t: typeof TypedArray, ...a: Parameters<(typeof TypedArray)["from"]>) => ReturnType<(typeof TypedArray)["from"]>; export = TypedArrayFrom;