import { LoginResponse } from '../types'; declare const useLoginMutation: () => { loginMutation: (options?: import("@apollo/client").MutationFunctionOptions<{ login: LoginResponse; }, { email: string; password: string; cartId?: string; }, import("@apollo/client").DefaultContext, import("@apollo/client").ApolloCache>) => Promise, Record>>; }; export { useLoginMutation };