export declare function validateNotBlank(input: string): boolean; export declare function validateHttpUrl(input: string): boolean | string;