declare const charInCounts: (str: string, char: string) => number; export { charInCounts };