export declare const stringUtils: { maxLength(str?: string, length?: number): string; appendTimeSuffix(str?: string): string; }; //# sourceMappingURL=util.string.d.ts.map