declare const HtsgetBamAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    htsgetBase: {
        type: string;
        description: string;
        defaultValue: string;
    };
    htsgetTrackId: {
        type: string;
        description: string;
        defaultValue: string;
    };
    sequenceAdapter: {
        type: string;
        description: string;
        defaultValue: null;
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default HtsgetBamAdapter;
