export declare const abbreviate: (str?: string, len?: number) => string; export declare const abrv: (str?: string, len?: number) => string; export declare const capitalize: (str: string) => string; //# sourceMappingURL=strings.d.ts.map