import type { CodePoint } from '#self'; /** https://tc39.es/ecma262/#sec-utf16encodecodepoint */ export declare function UTF16EncodeCodePoint(cp: CodePoint): string; //# sourceMappingURL=UTF16EncodeCodePoint.d.mts.map