import type { SendBoxAttachment } from 'botframework-webchat-core'; export default function useSendMessage(): (text?: string, method?: string, init?: { attachments?: readonly SendBoxAttachment[] | undefined; channelData?: any; }) => void; //# sourceMappingURL=useSendMessage.d.ts.map