import type { Category } from '../../../constants';
export { extractAllPackageFiles, extractPackageFile } from './extract';
export { bumpPackageVersion } from './update';
export declare const displayName = "sbt";
export declare const url = "https://www.scala-sbt.org";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
