export declare function isUrl(url: string): boolean; export declare function prependHttp(url: string, options: { https: boolean; }): string; //# sourceMappingURL=urlUtils.d.ts.map