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