import { type CodePoint } from '#self'; /** https://tc39.es/ecma262/#sec-utf16decodesurrogatepair */ export declare function UTF16SurrogatePairToCodePoint(lead: number, trail: number): CodePoint; //# sourceMappingURL=UTF16SurrogatePairToCodePoint.d.mts.map