/** * Returns the sum of the number of matches of the patterns in the string. * @param patterns Patterns to match in the string. */ export declare function count(str: string, ...patterns: RegExp[]): number; export declare function numberWithCommas(x: any): string; export declare function pluralize(str: string, n: number, plural?: string): string; //# sourceMappingURL=strings.d.ts.map