export declare function TryCatch(errorHandler?: ((e: any, next: Function) => void)): (targetPrototype: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
