import { ActivityHandler } from "../services/activity-handler"; export declare type ActivityHandlerMap = { [typeName: string]: ActivityHandler; };