export { extractPackageFile } from './extract';
export declare const displayName = "FVM";
export declare const url = "https://fvm.app";
export declare const defaultConfig: {
    managerFilePatterns: string[];
    versioning: string;
};
export declare const supportedDatasources: string[];
