export default function useCheckout({ dataIn }: any): {
    handleCheckoutPayload: ({ order, details }: any) => any;
};
