import { AppEvent } from "./types"; declare const dispatchAppEvent: (event: AppEvent) => void; export default dispatchAppEvent;