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