/// import type { WebChatActivity } from 'botframework-webchat-core'; type ActivityKeyerContextType = { activityKeysState: readonly [readonly string[]]; getActivitiesByKey: (key?: string) => readonly WebChatActivity[] | undefined; getActivityByKey: (key?: string) => undefined | WebChatActivity; getKeyByActivity: (activity?: WebChatActivity) => string | undefined; getKeyByActivityId: (activityKey?: string) => string | undefined; }; declare const _default: import("react").Context; export default _default; export type { ActivityKeyerContextType }; //# sourceMappingURL=Context.d.ts.map