import { VoiceChannelEffect } from "discord.js";
export declare enum VoiceEffectProperty {
    emoji = "emoji",
    channelID = "channelID",
    guildID = "guildID",
    userID = "userID",
    soundID = "soundID",
    soundVolume = "soundVolume",
    animationID = "animationID",
    animationType = "animationType"
}
export declare const VoiceEffectProperties: import("../functions/defineProperties").Properties<typeof VoiceEffectProperty, VoiceChannelEffect>;
//# sourceMappingURL=voiceEffect.d.ts.map