import { Env } from "../../index.js"; import { Handlers } from "../index.js"; import { JsonResponse } from "../../../structures/index.js"; import { APIApplicationCommandInteraction } from "discord-api-types/v10"; export declare function handleApplicationCommand(handlers: Handlers, body: APIApplicationCommandInteraction, env: Env): Promise;