import { ActivityDefinition } from "./"; export declare type ActivityDefinitionMap = { [typeName: string]: ActivityDefinition; };