export declare const codePointAt: (index: number) => (string: string) => number | undefined;
