import type { Part } from "@opencode-ai/sdk"; export declare function truncate(str: string, maxLen: number): string; export declare function extractTextFromParts(parts: Part[]): string; //# sourceMappingURL=utils.d.ts.map