import { OutrightLeagueFixtureSnapshot } from './outright-league-fixture-snapshot';
/**
 * Outright Competition Structure class is responsible for
 * deserializing the response from the snapshot API to a
 * outright competition body structure.
 */
export declare class OutrightCompetition {
    fixtureId: number;
    outrightLeague: OutrightLeagueFixtureSnapshot;
}
