/** * Same as [R.fromPairs](https://ramdajs.com/docs/#fromPairs) * * @since 0.1.1 */ export declare const fromPairs: (as: Array<[K, A]>) => Record;