import { Configs } from '../@types/configs.js';
export declare const updater: (configs: Configs) => Promise<void>;
