import { BranchInfo } from './types.js';
import { WorktreeInfo } from '../worktree.js';
export declare function createBranchTable(branches: BranchInfo[], worktrees: WorktreeInfo[]): Promise<Array<{
    name: string;
    value: string;
    description?: string;
}>>;
//# sourceMappingURL=table.d.ts.map