"use strict"; /** * @module botbuilder */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.QueueStorage = void 0; /** * A base class for enqueueing an Activity for later processing. */ class QueueStorage { } exports.QueueStorage = QueueStorage; //# sourceMappingURL=queueStorage.js.map