import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "Vela";
export declare const url = "https://go-vela.github.io/docs";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
