export type VoiceFlags = number;
export namespace VoiceFlags {
    let Speaking: number;
}
//# sourceMappingURL=VoiceFlags.d.ts.map