import type { Category } from '../../../constants';
export { extractPackageFile } from './extract';
export declare const displayName = "cpanfile";
export declare const url = "https://metacpan.org/dist/Module-CPANfile/view/lib/cpanfile.pod";
export declare const categories: Category[];
export declare const defaultConfig: {
    managerFilePatterns: string[];
};
export declare const supportedDatasources: string[];
