export declare function pluralize(count: number, singular: string, plural: string): string; export declare const nbsp = "\u00A0";