import type { SWRConfiguration, SWRResponse } from "swr"; import client from "../../client"; import type { GetUsersWalletorhandlePathParams, GetUsersWalletorhandleQueryParams, GetUsersWalletorhandleQueryResponse } from "../models/GetUsersWalletorhandle"; export declare function getUsersWalletorhandleQueryOptions(walletOrHandle: GetUsersWalletorhandlePathParams["walletOrHandle"], params?: GetUsersWalletorhandleQueryParams, options?: Partial[0]>): SWRConfiguration; /** * @description Get a user's profile and activity * @summary User details * @link /users/:walletOrHandle */ export declare function useGetUsersWalletorhandle(walletOrHandle: GetUsersWalletorhandlePathParams["walletOrHandle"], params?: GetUsersWalletorhandleQueryParams, options?: { query?: SWRConfiguration; client?: Partial>[0]>; }): SWRResponse;