import { ILemonwayAddCard } from 'shop/entities/lemonway.entity'; export declare const usePayment: () => { requestCredentials: () => Promise; lemonwayCard: Partial>; lemonwayConfig: import("../../entities/lemonway.entity").ILemonwayResponse; addCard: (card: ILemonwayAddCard) => Promise; };