/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import InterceptorProcessor, { AnnotatedResponse } from './processor'; import Interceptors from './schema'; export default Interceptors; export { InterceptorProcessor, AnnotatedResponse }; //# sourceMappingURL=index.d.ts.map