export default class UrlUtilities {
    static ensureProtocol(sourceUrl: string, protocolFrom: string, protocolValue: string): string;
}
