export declare function isEngChar(c: string): boolean;
export declare function to_plural(word: string): string;
