export declare function validateDiscordOpusHead(opusHead: Buffer): boolean;Takes an Opus Head, and verifies whether the associated Opus audio is suitable to play in a Discord voice channel.
Returns: true if suitable to play in a Discord voice channel, otherwise false
Parameters
opusHead: Buffer
The Opus Head to validate