import { type InputParams } from '../../Types/ParamTypes';
import { ModifiedDataView } from '../../ModifiedDataView/ModifiedDataView';
export declare function changeChannelsCount(audioData: ModifiedDataView, params: InputParams, channels: number): ModifiedDataView;
