import type { LoadOptions } from "../types.js"; export declare function watchFiles(config: { watch: boolean; path: string[]; options?: LoadOptions; }): Promise;