import { Event } from "./event";
export declare function createEvent<T extends string | symbol, E extends Event<T>>(event: E): E;
