export declare const AiDenoise: {
    install(ZegoWebRTC: any, ac: AudioContext): void;
    readonly type: string;
};
