import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeSlice: (t: TypedArray, ...a: Parameters) => ReturnType; export = TypedArrayPrototypeSlice;