declare const ArrayPrototypeSlice: (t: T[], start?: number, end?: number) => T[]; export = ArrayPrototypeSlice;