export declare const pluralize: (count: number, word: string, plural?: string) => string;