import type { AdapterType } from '@jbrowse/core/pluggableElementTypes';
export declare function categorizeAdapters(adaptersList: AdapterType[]): Record<string, AdapterType[]>;
