export declare const singularize: (word: string) => string; export declare const pluralize: (word: string) => string;