export declare class UriUtility { static parseUrls(urls: string | string[]): string[]; static isSecure(url: string): boolean; }