export declare function testUrl(url: string): Promise; export declare function isHttpUrl(url: string): boolean;