import { TeamsAttachmentsResult, ToAdaptiveCardOptions } from "./types.js"; //#region src/teams/toTeamsAttachments.d.ts /** * Converts a generative-ui tree into Teams bot-framework message attachments. * A root-level `Carousel` becomes one attachment per `Card` child (clamped to * {@link CAROUSEL_ATTACHMENT_CAP}) with `attachmentLayout: "carousel"`; * anything else converts through {@link toAdaptiveCard}'s engine into a * single attachment. Never throws. */ export declare function toTeamsAttachments(node: unknown, _options?: ToAdaptiveCardOptions): TeamsAttachmentsResult; //#endregion //# sourceMappingURL=toTeamsAttachments.d.ts.map