import type { CreatedEvent, Options } from "./react-event-hook.def"; export declare const createEvent: (name: EventName) => ({ crossTab }?: Options) => CreatedEvent;