export declare const isValidHttpUrl: (string: any, allowHttp?: boolean) => boolean;
