import { Kind } from '../kinds/index.js'; export interface TPair extends Kind.binary { return: [this['arg0'], this['arg1']]; } export declare const pair: (a: A, b: B) => [A, B];