import type PluginManager from '@jbrowse/core/PluginManager';
declare const GCContentAdapterF: (_pluginManager: PluginManager) => import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    sequenceAdapter: {
        type: string;
        defaultValue: null;
    };
    windowSize: {
        type: string;
        defaultValue: number;
    };
    windowDelta: {
        type: string;
        defaultValue: number;
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default GCContentAdapterF;
