export interface Pair<T, U> {
    first: T;
    second: U;
}
//# sourceMappingURL=Pair.d.ts.map