import { PatchColor } from "../patch/VuiPatch";
export declare const CHART_COLOR_COUNT = 8;
export declare const CHART_PALETTE: string[];
export declare const getChartColorByIndex: (index: number) => string;
export declare const getChartColor: (color: PatchColor) => string;
