import { OddResponse, NormalizedOdd } from '../types/odds'; export declare const mapOddsMarketsWithDifferentKeys: (odds: OddResponse[]) => NormalizedOdd[];