import { VoiceState } from 'discord.js';
export declare function handleVoiceStateUpdate(oldState: VoiceState, newState: VoiceState): Promise<void>;
export declare function cleanupVoiceSessions(): Promise<void>;
//# sourceMappingURL=voiceStateUpdate.d.ts.map