import Participant from "./Participant";
declare class Dealer extends Participant {
}
export default Dealer;
