import { extractPackageFile } from './extract'; import { updateDependency } from './update'; export { extractPackageFile, updateDependency }; export declare const defaultConfig: { fileMatch: string[]; };