import type { TracerEnv } from 'hardhat-tracer'; type DebugOptions = Partial & { verbose: boolean; }; /** Wraps a function call in hardhat-tracer */ export declare const debug: any>(functionToDebug: T, options?: DebugOptions) => Promise>>; export {};