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