import type { NativePortableText } from './native-portable-types.js'; export declare const DEFAULT_NATIVE_PORTABLE_TEXT_BYTES: number; /** * Keep a UTF-8-safe diagnostic preview. This budget applies only to display text; * callers must never pass IDs, enums, counters, paths, or acceptance collections here. */ export declare function toNativePortableText(value: string, maxBytes?: number): NativePortableText; //# sourceMappingURL=native-portable-text.d.ts.map