export declare const eventKeyMap: Record<string, string>;
export declare function emit(this: {}, key: string, ...args: unknown[]): void;
