import { DebugSession } from './debugSession';
export declare function runDebugAdapter(debugSession: typeof DebugSession): void;
