import type { Instance } from '@jbrowse/mobx-state-tree'; declare const GDCConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ authHeader: { description: string; type: string; defaultValue: string; }; customEndpoint: { description: string; type: string; defaultValue: string; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions>, undefined>>; export type GDCInternetAccountConfigModel = typeof GDCConfigSchema; export type OAuthInternetAccountConfig = Instance; export default GDCConfigSchema;