export declare const useAuth: () => import("../api/Auth").AuthAPI;
export declare const useCheckout: () => import("../api").SaleorCheckoutAPI;
export declare const useCart: () => import("../api").SaleorCartAPI;
