/**
 * Match participant mastery
 */
export declare class MatchParticipantsMasteryDto {
    masteryId: number;
    rank: number;
}
