import type { SWRMutationConfiguration, SWRMutationResponse } from "swr/mutation"; import type { ResponseConfig } from "../../client"; import client from "../../client"; import type { PostUsersLoginMutationRequest, PostUsersLoginMutationResponse } from "../models/PostUsersLogin"; /** * @description Provides the user with a nonce to be included in the next signature. Consumed by /verify endpoint. * @summary Get nonce * @link /users/login */ export declare function usePostUsersLogin(options?: { mutation?: SWRMutationConfiguration, TError, string, TVariables>; client?: Partial>[0]>; }): SWRMutationResponse, TError, string, TVariables>;