export declare type Pair = [T, U]; export declare function pair(first: T, second: U): Pair; //# sourceMappingURL=pair.d.ts.map