export declare const fromCodePoint: (codePoints: Array<number>) => string;
