export interface WorktreePruneOptions {
    /**
     * A combination of Worktree.PRUNE
     */
    flags?: number;
    version?: number;
}
