import { Ref } from "vue"; //#region ../../packages/hooks/use-prevent-global/index.d.ts declare const usePreventGlobal: (indicator: Ref, evt: E, cb: (e: DocumentEventMap[E]) => boolean) => void; //#endregion export { usePreventGlobal };