export declare const charCodeAt: (index: number) => (string: string) => number;
