/** One primitive for required, trimmed durable text fields shared across control-plane stores. */ export declare function requireBoundedTrimmedText(value: string, maximum: number, label: string): string; /** Return the longest prefix within a UTF-8 byte ceiling without splitting a code point. */ export declare function utf8PrefixByBytes(value: string, maximumBytes: number): string; //# sourceMappingURL=bounded-value.d.ts.map