import { MathHelper } from './math-helper.service'; export declare class StringHelper { private math; constructor(math: MathHelper); isNullOrEmpty(data: string): boolean; randomString(): string; randomIfNullOrEmpty(evalString: string): string; }