/** * Returns the character at the specified index. * @param index — The zero-based index of the desired character. */ export declare function charAt(index: number): (string: string) => string;