import type { Source } from './types.ts'; import type { AnyConfigurationModel } from '@jbrowse/core/configuration'; export declare function setupColorByAutorun(self: { configuration: AnyConfigurationModel; sourcesVolatile: Source[] | undefined; layout: Source[]; colorByApplied: boolean; setLayout: (layout: Source[], clearTree?: boolean) => void; setColorByApplied: (value: boolean) => void; }): void;