import type { Category } from '../../../constants'; import { updateArtifacts } from './artifacts'; import { extractPackageFile } from './extract'; export { extractPackageFile, updateArtifacts }; export declare const defaultConfig: { fileMatch: string[]; }; export declare const categories: Category[]; export declare const supportedDatasources: string[];