export declare const pluralize: (num: number, strOne: string, strTwo: string, strFive: string) => string;
