import { StringHelper } from './string-helper.service'; export declare class ValidationHelper { private stringHelper; constructor(stringHelper: StringHelper); stringIsNotNullOrEmpty(input: string, err: string): void; }