/**
 * Participant runes
 */
export declare class MatchParticipantsRuneDto {
    runeId: number;
    rank: number;
}
