import type { Category } from '../../../constants';
import type { PackageFileContent } from '../types';
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
export declare function extractPackageFile(content: string): PackageFileContent | null;
