declare function CharAt(value: string, index: number): string; export = CharAt;