declare function UTF16DecodeSurrogatePair(lead: number, trail: number): string; export = UTF16DecodeSurrogatePair;