declare const useCheckout: (genSession: Function) => { mutate: () => Promise; isLoading: boolean; }; export { useCheckout };