export declare enum withSentryStatus { OK = "ok", UNKNOWN_ERROR = "unknown_error" } export declare enum withSentryHttpStatus { OK = 200, INERNAL_ERROR = 502, NOT_FOUND_ERROR = 404 } export declare function WithSentryDecorator(): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<(...params: any[]) => Promise>) => void; //# sourceMappingURL=with-sentry.decorator.d.ts.map