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