export declare function plural(metric: number, singularForm: string, pluralForm: string, zeroForm?: string): string;