export declare function reduceKeys(keys: Array, formatter: (key: string, index: number) => any): { [key: string]: any; };