import type { SWRMutationConfiguration, SWRMutationResponse } from "swr/mutation"; import client from "../../client"; import type { PostUsers403, PostUsersMutationRequest, PostUsersMutationResponse } from "../models/PostUsers"; /** * @summary Create user profile * @link /users */ export declare function usePostUsers(options?: { mutation?: SWRMutationConfiguration; client?: Partial>[0]>; }): SWRMutationResponse;