import { GetMethodArgs, Executor, GetMethodResult, RunTransactionArgs, EmulationResult } from '../executor/Executor'; import { DebugInfo } from './Debuggee'; export declare function debugGetMethod(executor: Executor, args: GetMethodArgs, debugInfo: DebugInfo): Promise; export declare function debugTransaction(executor: Executor, args: RunTransactionArgs, debugInfo: DebugInfo): Promise;