/** Dependency-free UTF-16 well-formedness check for runtimes before ES2024. */ /** Return whether every UTF-16 surrogate in the string belongs to a valid pair. */ export declare function isWellFormedString(value: string): boolean; //# sourceMappingURL=is-well-formed-string.d.ts.map