import type { IChatConversationItemDetail } from "@gooddata/sdk-backend-spi"; import type { IInteractionCategoryExcerptFragment, IInteractionStepDetailRow } from "./types.js"; /** * The list row's right-hand excerpt for one occurrence of a category, built from the same * `detail` its rows come from. At most two fragments (e.g. "2 found" + "1 used"). Counts are * summed across a category's occurrences by the caller — this only reports one occurrence's own. * @internal */ export declare function excerptForDetail(detail: IChatConversationItemDetail): IInteractionCategoryExcerptFragment[]; /** The category's detail rows, built from one action's detail body. */ export declare function rowsForDetail(detail: IChatConversationItemDetail): IInteractionStepDetailRow[]; //# sourceMappingURL=categoryDetailRows.d.ts.map