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