/** * @returns The plural form of the specified `singular`. */ export declare function getPlural(singular: string): string;