import { HyperValue } from '../core'; import { Tracer } from 'debug-tools'; export declare function hvDebug(target: { new (...args: any[]): any; }): typeof HyperValue; export declare const tracer: Tracer; export declare const traceHv: (target: HyperValue, key: string, descriptor: PropertyDescriptor) => PropertyDescriptor;