export declare const formattedContent: (content: any, isMobileFlow: boolean, updatedContent: any) => any; export declare const sortProductDetails: (prodDetails: any) => any; export declare const checkGift: (data: any) => any; export declare const checkCashback: (data: any) => any; /** * retrieves access data from the line check data based on provided product id * @param productId the id to search for in the line check response * @returns accessData for the particular product */ export declare const getAccessDataFromLineCheck: (productId: any) => any;