/** * Ponyfill for IE because it doesn't support `codePointAt` * @param str * @private */ export declare function extractCharCode(str: string): number;