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