declare const ArrayPrototypeMap: (t: T[], callbackfn: (value: T, index: number, array: T[]) => unknown, thisArg?: any) => unknown[]; export = ArrayPrototypeMap;