export declare const pluralize: (word: string, amount: number) => string;
