/** * * @param str * @param char * @returns */ declare const charCount: (str: string, char: string) => number; export default charCount;