import type { Category } from '../../../constants';
import { extractPackageFile } from './extract';
export { extractPackageFile };
export declare const url = "https://bazel.build/external/module";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
