declare const ArrayBufferPrototypeSlice: (t: ArrayBuffer, begin: number, end?: number) => ReturnType; export = ArrayBufferPrototypeSlice;