/** @module array/toTuple.ts */ export declare function toTuple(a: A, b: B): [A, B]; export declare function toTuple(a: A): (b: B) => [A, B];