import { AsyncMethod, SyncMethod } from '../types'; export declare const decorators: { asyncZeroExErrorHandler: (_target: object, _key: string | symbol, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; syncZeroExErrorHandler: (_target: object, _key: string | symbol, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; }; //# sourceMappingURL=decorators.d.ts.map