import { type RemoteConfig } from './_loadConfig.mjs'; export declare function watchRemote(remoteId: string, { root, immutabilityDuration, delayBetweenSizeCheck }: RemoteConfig): Promise<{ close: () => void; }>;