import type { EventHandlers } from "./type"; export declare const isEventHandlerKey: (key: string) => key is keyof EventHandlers;