/** * @module botbuilder */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ /** * Gets the fetch library. * * @returns {any} The fetch library. */ export declare function getFetch(): any; //# sourceMappingURL=globals.d.ts.map