/** * AAC helper */ declare class AAC { static getSilentFrame(codec: string, channelCount: number): Uint8Array | null; } export default AAC;