import { AudioUnitType } from "@opendaw/studio-enums"; import { TrackType } from "../timeline/TrackType"; import { Color } from "@opendaw/lib-std"; export declare namespace ColorCodes { const forAudioType: (type?: AudioUnitType) => Color; const forTrackType: (type?: TrackType) => number; } //# sourceMappingURL=ColorCodes.d.ts.map