declare const ArrayPrototypeSplice: (t: T[], start: number, deleteCount: number, ...items: T[]) => T[]; export = ArrayPrototypeSplice;