import { AppEvent } from './types'; export declare function eventFactory(name: string): AppEvent;