// @ts-nocheck
import { APIFunction } from "../../types";
type Response = {
    status: "OK";
};
export declare const userMetadataPut: ({
    stInstance,
    options,
    userContext,
}: Parameters<APIFunction>[0]) => Promise<Response>;
export {};
