import type { Config } from '../config.js';
export declare const watch: (config: Config) => Promise<void>;
