import { Config } from '../types.js';
export declare function update(config: Config, grepPattern?: string): void;
