export declare function normalizeInlineText(value: string): string; /** Clamp text to a UTF-8 byte budget without splitting a code point. */ export declare function clampUtf8Bytes(value: string, maxBytes: number): string; //# sourceMappingURL=text.d.ts.map