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