export declare function isHighSurrogate(string: string, index?: number): boolean; export declare function isLowSurrogate(string: string, index?: number): boolean; export declare function isSurrogatePair(string: string, start?: number): boolean; export declare function decodeUnicodeEscapeSequence(string: string): string; //# sourceMappingURL=characters.d.ts.map