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