import { StageInstance } from "discord.js";
export declare enum StageProperty {
    channelID = "channelID",
    id = "id",
    topic = "topic",
    timestamp = "timestamp",
    guildID = "guildID",
    privacyLevel = "privacyLevel",
    eventId = "eventId"
}
export declare const StageProperties: import("../functions/defineProperties").Properties<typeof StageProperty, StageInstance>;
//# sourceMappingURL=stage.d.ts.map