export declare class BasketApi { static BASKET_ENDPOINT: string; static getCurrentBasket: () => Promise>; static validateAndPay: (meansOfPayment: string) => Promise>; static addSponsorCodeToBasket: (code: string) => Promise>; }