import { isHighSurrogate, isLowSurrogate } from 'string-character-is-astral-surrogate'; export { isHighSurrogate, isLowSurrogate, }; export declare function unicodeLength(str: string): number; export declare function unicodeSubstr(str: string, start: number, count: number | undefined): string;