import { OutrightMarketBodyStructure } from './outright-market-body-structure';
/**
 * Outright Fixture Markets Element class is responsible for
 * deserializing the response from the snapshot API to a
 * outright fixture markets element structure.
 */
export declare class OutrightFixtureMarketsBodyStructure {
    fixtureId: number;
    markets: OutrightMarketBodyStructure[];
}
