import { type Observable, type WebChatActivity } from 'botframework-webchat-core'; export default function usePostActivity(): (activity: WebChatActivity) => Observable; //# sourceMappingURL=usePostActivity.d.ts.map