import { Interaction } from "./Interaction"; import { APIApplicationCommandAutocompleteInteraction } from "discord-api-types/v10"; import Client from "../Client"; import { ApplicationCommandInteractionData } from "./ApplicationCommandInteraction"; export declare class ApplicationCommandAutocompleteInteraction extends Interaction { data: ApplicationCommandInteractionData; commandName: string; constructor(raw: APIApplicationCommandAutocompleteInteraction, client: Client); } //# sourceMappingURL=ApplicationCommandAutocompleteInteraction.d.ts.map