import { IRollbarOptions } from '../interfaces/rollbar-options.interface';
export declare const RollbarHandler: (options?: IRollbarOptions) => (target: any, methodName: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
