import { IFeature } from "../Feature/Loader"; import { IRunnerOptions } from "../Options"; export declare function startDebugger(port: number, feature: IFeature, options: IRunnerOptions): void;