import { Integer } from "../types"; import { ICharacter } from "../types/_character"; export declare function numofchar(input: { val: ICharacter | string; }): Integer;