import type { WorktreeInfo, Config } from '../types/index.js'; export interface SimpleAppOptions { worktree: WorktreeInfo; config: Config; } export declare class SimpleApp { private worktree; private config; constructor(options: SimpleAppOptions); start(): Promise; private cleanup; } //# sourceMappingURL=SimpleApp.d.ts.map