import type { Ref } from 'vue'; export declare const usePreventGlobal: (indicator: Ref, evt: E, cb: (e: DocumentEventMap[E]) => boolean) => void;