export declare class ApplicationCommandOptionWithAutocompleteMixinThis mixin holds choices and autocomplete symbols used for options.
readonlyoptionalautocomplete? : boolean 
Whether this option utilizes autocomplete.
readonlytype : ApplicationCommandOptionType 
The type of this option.
 setAutocomplete(autocomplete: boolean) : this
autocomplete: boolean
Whether this option uses autocomplete.