import type { PaneDimensions } from "@oh-my-opencode/tmux-core"; export declare function getPaneDimensions(paneId: string): Promise; export type { PaneDimensions };