export declare function isNetworkUrl(url: string): boolean; export declare function join(...segments: string[]): string;