export declare const pluralize: (count: number, singular: string, plural: string) => string; export declare const truncateText: (text: string, maxLength: number) => string; //# sourceMappingURL=strings.d.ts.map