/** Local UTF-16 well-formedness check independent of mutable host methods. */ export declare function isWellFormedString(value: string): boolean; //# sourceMappingURL=is-well-formed-string.d.ts.map