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