import type { SWRMutationConfiguration, SWRMutationResponse } from "swr/mutation"; 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; client?: Partial>[0]>; }): SWRMutationResponse;