import { FastifyReply } from 'fastify'; import { StringSelectMenuInteraction } from './StringSelectMenuInteraction.js'; import { APIInteractionDataResolvedChannel, APIMessageChannelSelectInteractionData } from 'discord-api-types/v10'; import { APIAutofillSelectMenuInteraction } from './UserSelectMenuInteraction.js'; export declare class ChannelSelectMenuInteraction extends StringSelectMenuInteraction { values: APIInteractionDataResolvedChannel[]; constructor(data: APIAutofillSelectMenuInteraction, reply: FastifyReply); }