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