export default interface AudioNodeSubgraph { start: AudioNode; end: AudioNode; }