export declare class Joueur { licence: string; clubId: string; club: string; nom: string; prenom: string; points?: number | null; isHomme?: boolean | null; classementOfficiel?: string | null; echelon?: string | null; place?: number | null; constructor(licence: string, clubId: string, club: string, nom: string, prenom: string, points: number | null, isHomme: boolean | null, classementOfficiel: string | null, place: number | null, echelon: string | null); } //# sourceMappingURL=Joueur.d.ts.map