import { MapFunc } from './arrays'; export declare type Key = string | number | symbol; export declare function fromKeys(keys: K[], callbackfn: MapFunc): Record;