import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeWith: (t: TypedArray, ...a: any) => any; export = TypedArrayPrototypeWith;