import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "runtime.txt";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    pinDigests: boolean;
};
export declare const supportedDatasources: string[];
