import { APIChannelMention } from "discord-api-types/v10"; export declare class ChannelMention { id: string; guildId: string; type: number; name: string; constructor(raw: APIChannelMention); } //# sourceMappingURL=ChannelMention.d.ts.map