import type { IAnyModelType } from '@jbrowse/mobx-state-tree'; import type { AnyConfigurationSchemaType } from '@jbrowse/core/configuration'; import type PluginManager from '@jbrowse/core/PluginManager'; declare const linearGDCDisplayModel: (pluginManager: PluginManager, configSchema: AnyConfigurationSchemaType) => IAnyModelType; export default linearGDCDisplayModel;