export interface SpawnPaneResult {
    success: boolean;
    paneId?: string;
}
