import type { SendBoxAttachment } from 'botframework-webchat-core'; export default function useSendBoxAttachments(): readonly [ readonly SendBoxAttachment[], (attachments: readonly SendBoxAttachment[]) => void ]; //# sourceMappingURL=useSendBoxAttachments.d.ts.map