export declare const useWatchDocument: (key: K, cb: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions | undefined) => void;