/**
 * Checks for url format (http://foo.com)
 */
export declare function IsUrl(target: any, propertyName: string): void;
