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