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