/**
 * Outright Participant Result Structure class is responsible for
 * deserializing the response from the snapshot API to a
 * outright participant structure.
 */
export declare class OutrightParticipantResultBodyStructure {
    participantId: number;
    name: string;
    result: number;
}
