export { extractPackageFile } from './extract';
export { updateArtifacts } from './artifacts';
export { getRangeStrategy } from './range';
export declare const url = "https://gleam.run/documentation";
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportsLockFileMaintenance = true;
export declare const supportedDatasources: string[];
