import { type ShallowRef } from 'vue'; export declare function useEvent(handler: T | undefined): ShallowRef;