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