import { Address } from "@opendaw/lib-box"; import { Option, Provider } from "@opendaw/lib-std"; export type LabeledAudioOutput = { readonly address: Address; readonly label: string; readonly children: Provider>>; }; export interface LabeledAudioOutputsOwner { labeledAudioOutputs(): Iterable; } //# sourceMappingURL=LabeledAudioOutputsOwner.d.ts.map