import { Channel } from "discord.js"; export declare enum ChannelProperty { id = "id", type = "type", topic = "topic", bitrate = "bitrate", members = "members", name = "name", timestamp = "timestamp" } export declare const ChannelProperties: import("../functions/defineProperties").Properties; //# sourceMappingURL=channel.d.ts.map