import { PartialChannel } from "./PartialChannel"; import { APIChannelBase, APIInteractionDataResolvedChannel } from "discord-api-types/v10"; import { ChannelType } from "discord-api-types/payloads/v10/channel"; export declare class Channel extends PartialChannel { flags: number | null; constructor(raw: APIChannelBase | APIInteractionDataResolvedChannel); } //# sourceMappingURL=Channel.d.ts.map