export declare const fetchCountryList: (name: string, lang: string, url: string, TTL: number) => Promise; export declare const fetchOfferingDataV2: (requestBody: any, url: any, returnPromo?: boolean) => Promise; export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any, deviceDetails?: any, tvOptions?: any, discountRef?: string, discountVersion?: string) => Promise; export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise; export declare const getStaticContent: (language: any, endPoints: any) => Promise; export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean, pegaIntegration?: boolean, deviceUltimateBundle?: boolean) => Promise; export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise; export declare const getVocherPromotion: (productID: string, voucher: string) => Promise; export declare const validateP2P: (msisdn: any, endpoint: any) => Promise; export declare const getDeviceDetails: (deviceID: any, endpoint: any) => Promise; export declare const getDeviceModelsList: (brandId: any, endpoint: any) => Promise; export declare const trackPegaEvents: (endpoint: any, payload: {} | undefined, prospectId: string) => Promise; export declare const fetchOttServiceOptions: () => Promise;