import type { E621 } from "./client";
export declare function request(url: string, method: "get" | "post" | "patch", client: E621, body?: FormData): Promise<import("axios").AxiosResponse<any, any>>;
