import type { AuditResult } from "./types"; export declare function checkOutdated(projectPath: string, onProgress: (pkg: string) => void): Promise; //# sourceMappingURL=outdated.d.ts.map