export declare function HierarchicalConfigSchemaFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
        trackNames: {
            type: string;
            defaultValue: boolean;
        };
        categories: {
            type: string;
            defaultValue: boolean;
        };
    }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
    defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
        categoryNames: {
            type: string;
            defaultValue: never[];
        };
        topLevelCategories: {
            type: string;
            defaultValue: boolean;
        };
        subCategories: {
            type: string;
            defaultValue: boolean;
        };
    }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
