import Pair from "./Pair";
declare class PlayerPair extends Pair {
}
export default PlayerPair;
