export declare const API_ENDPOINTS: {
    ODDS_HISTORY: string;
    GET_ACTIVE_BETS: string;
    GET_BET_DETAILS: string;
    GET_MY_SLIPS: string;
    GET_SLIP_HISTORY: string;
    GET_TRANSACTION_HISTORY: string;
    GET_MY_DEPOSITS: string;
    GET_POOL_APR: string;
    GET_BET_STATUS: string;
    GET_OUTCOME_ODDS: string;
};
