export declare function activateTmuxPane(paneId: string, sessionId: string, serverUrl: string, directory: string): Promise<boolean>;
