/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { TurnContext } from 'botbuilder-core'; import { TurnState } from '../TurnState'; /** * @private * @returns {Promise} A promise that resolves to a string. */ export declare function httpError(): (_context: TurnContext, _state: TState, err?: Error) => Promise; //# sourceMappingURL=HttpError.d.ts.map