import { ITSResolvable } from 'ts-type'; import { IPropertyKey } from 'reflect-metadata-util'; import { AxiosError } from 'axios'; export declare const SymCatchError: unique symbol; export declare function CatchError = AxiosError>(fnCatch: (e: E) => ITSResolvable): MethodDecorator; export declare function getCatchError(target: any, propertyKey: IPropertyKey): (e: E) => ITSResolvable; export default CatchError;