export declare function ifPlural(count: number | undefined | null, singularString: string, pluralString: string): string;