export declare function parseTmuxCommand(tmuxCommand: string): {
    subCommand: string;
    sessionName: string | null;
};
