export type ParamCheckOptions = { fix: boolean; list: boolean; verbose: boolean; }; /** * Check the packages * @param rootPath * @param options */ export declare const checkVersions: (rootPath: string, options: ParamCheckOptions) => Promise;