import { type McpAppMetadata, type ToolCallMessagePart } from "@assistant-ui/core"; type ToolPartLike = Pick; export declare function getMcpAppFromToolPart(part: ToolPartLike): McpAppMetadata | undefined; export {}; //# sourceMappingURL=utils.d.ts.map