import type { Options } from '../options.js'; export declare const update: (options: Options, outDir: string, paths: string[], removals: string[]) => Promise; //# sourceMappingURL=update.d.ts.map