export declare function pluralize(singular: string): string; export declare const addException: (singular: string, plural: string) => void;