export default class ValidationHelper {
    static url(input: string): boolean;
    static did(input: string): boolean;
}
