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