import type { WebChatActivity } from 'botframework-webchat-core'; export default function useGetKeyByActivity(): (activity?: WebChatActivity) => string | undefined; //# sourceMappingURL=useGetKeyByActivity.d.ts.map