import { TraceWrapperOptions } from './TraceWrapper.types'; export declare class TraceWrapper { static trace(instance: T, options?: TraceWrapperOptions): T; static wrap(prototype: Record, traceName: string, attributes?: {}): Record; private static reDecorate; private static recordException; private static affect; }