import type { WatchCallback } from "./types.js"; import type { Docoddity } from './docoddity.js'; export declare const watch: (docoddity: Docoddity, callback: WatchCallback) => () => Promise;