export declare function truncateSmartly(text: string, maxChars: number): string; export declare function applyOutputBudget(text: string, opts: { maxTokensOut?: number; maxChars?: number; }): string; //# sourceMappingURL=truncate.d.ts.map