export declare class Pair { first: firstT; second: secondT; constructor(first: firstT, second: secondT); } //# sourceMappingURL=pair.d.ts.map