/** * @module teams-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './ActionAugmentationSection'; export * from './Augmentation'; export * from './DefaultAugmentation'; export * from './MonologueAugmentation'; export * from './SequenceAugmentation'; export * from './ToolsAugmentation'; //# sourceMappingURL=index.d.ts.map