import type { SortedBy } from '../shared/types';
import type { Feature } from '@jbrowse/core/util';
export declare const sortFeature: (features: Map<string, Feature>, sortedBy: SortedBy) => Map<string, Feature>;
