import type { SWRMutationConfiguration, SWRMutationResponse } from "swr/mutation"; import type { ResponseConfig } from "../../client"; import client from "../../client"; import type { PutUsersWalletMutationRequest, PutUsersWalletMutationResponse, PutUsersWalletPathParams } from "../models/PutUsersWallet"; /** * @summary Update user profile * @link /users/:wallet */ export declare function usePutUsersWallet(wallet: PutUsersWalletPathParams["wallet"], options?: { mutation?: SWRMutationConfiguration, TError, string, TVariables>; client?: Partial>[0]>; }): SWRMutationResponse, TError, string, TVariables>;