import { ChannelSelectMenuBuilder } from "@discord-interactions/builders"; import { APIChannelSelectComponent } from "discord-api-types/v10"; import type { ChannelSelectMenuContext } from "../../contexts/index.js"; import { ComponentBase } from "../Base.js"; export declare class ChannelSelectMenu extends ComponentBase { constructor(id: string, builder: ChannelSelectMenuBuilder, handler?: (ctx: ChannelSelectMenuContext) => Promise); createInstance(state: string): ChannelSelectMenuBuilder; }