export declare const usePaymentContext: () => { storePaymentContext: (context: any) => void; getPaymentContext: () => any; clearPaymentContext: () => void; };