export declare const WORKSPACE_LABEL_COLORS: readonly ["violet", "sky", "emerald", "orange", "pink", "indigo", "teal", "red", "amber", "blue"]; export type WorkspaceLabelColor = (typeof WORKSPACE_LABEL_COLORS)[number]; export interface WorkspaceLabelDefinition { name: string; color: WorkspaceLabelColor; } export declare function normalizeWorkspaceLabelName(name: string): string; export declare function workspaceLabelKey(name: string): string; //# sourceMappingURL=workspace-labels.d.ts.map