export declare function pluralize(count: number, singular: string, plural: string, zero?: string): string;
