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