import type { Category } from '../../../constants';
export { updateArtifacts } from './artifacts';
export { extractAllPackageFiles } from './extract';
export { getRangeStrategy, updateDependency } from '../npm';
export declare const url = "https://bun.sh/docs/cli/install";
export declare const categories: Category[];
export declare const supersedesManagers: string[];
export declare const supportsLockFileMaintenance = true;
export declare const defaultConfig: {
    managerFilePatterns: string[];
    digest: {
        prBodyDefinitions: {
            Change: string;
        };
    };
    prBodyDefinitions: {
        Change: string;
    };
};
export declare const supportedDatasources: string[];
