import { FunctionTree } from '../'

export interface IDevtoolsOptions {
  host: string
}

export class Devtools {
  constructor(options: IDevtoolsOptions)
  watchExecution(tree: FunctionTree): void
}
