export declare class ParticipantResult {
    participantId?: number;
    name?: string;
    result?: number;
}
