import type { OnDestroy, QueryList } from '@angular/core';
import * as i0 from "@angular/core";
export declare class WebAudioChannelSplitter extends ChannelSplitterNode implements OnDestroy {
    constructor(outputs: string | null);
    ngOnDestroy(): void;
    protected set channels(channels: QueryList<AudioNode | null>);
    static ɵfac: i0.ɵɵFactoryDeclaration<WebAudioChannelSplitter, [{ attribute: "numberOfOutputs"; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<WebAudioChannelSplitter, "[waChannelSplitterNode]", ["AudioNode"], { "channelCount": { "alias": "channelCount"; "required": false; }; "channelCountMode": { "alias": "channelCountMode"; "required": false; }; "channelInterpretation": { "alias": "channelInterpretation"; "required": false; }; }, {}, ["channels"], never, true, never>;
}
