/** * ------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. * See License in the project root for license information. * ------------------------------------------------------------------------------------------- */ import { GraphEndpoint } from '../IGraph'; /** * Helper method to validate a base URL string * * @param url a URL string * @returns GraphEndpoint */ export declare const validateBaseURL: (url: string) => GraphEndpoint; //# sourceMappingURL=validateBaseURL.d.ts.map