import type PluginManager from '@jbrowse/core/PluginManager'; import type { AnyConfigurationSchemaType } from '@jbrowse/core/configuration'; declare const linearGDCDisplayConfigSchema: (pluginManager: PluginManager) => AnyConfigurationSchemaType; export default linearGDCDisplayConfigSchema;