import { Severity } from '@sentry/types'; export declare function sentry(type?: Severity.Error): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor;