export declare class UnvalidatedPartie { epreuve: string; idPartie: string; coefficientChampionnat: number; isVictoire: boolean; isForfait: boolean; date: Date; adversaireNom: string; adversairePrenom: string; adversaireClassement: number; constructor(epreuve: string, idPartie: string, coefficientChampionnat: number, isVictoire: boolean, isForfait: boolean, date: Date, adversaireNom: string, adversairePrenom: string, adversaireClassement: number); } //# sourceMappingURL=UnvalidatedPartie.d.ts.map