// @ts-nocheck
import { APIInterface, APIOptions } from "../../types";
type Response = {
    status: "OK";
};
export declare const userDelete: (_: APIInterface, ___: string, options: APIOptions, __: any) => Promise<Response>;
export {};
