import type { JBrowsePlugin } from '@jbrowse/core/util/types';
export declare function useFetchPlugins(): {
    plugins: JBrowsePlugin[] | undefined;
    error: unknown;
};
