import { AxiosError } from 'axios'; import { BeanInterceptorBase, IDecoratorInterceptorOptions, IInterceptorResponseError, NextInterceptorError } from 'zova-module-a-fetch'; export interface IInterceptorOptionsMock extends IDecoratorInterceptorOptions { } export declare class InterceptorMock extends BeanInterceptorBase implements IInterceptorResponseError { onResponseError(error: AxiosError, _options: IDecoratorInterceptorOptions, next: NextInterceptorError): Promise; } //# sourceMappingURL=interceptor.mock.d.ts.map