#!/usr/bin/env node
export declare class MinimalDebugServer {
    private server;
    private sessions;
    constructor();
    private setupToolHandlers;
    private injectDebugging;
    private takeScreenshot;
    private closeSession;
    run(): Promise<void>;
}
//# sourceMappingURL=minimal-server.d.ts.map