import { IDagHistory } from '../interfaces'; export default function createBranch(branchName: string, history: IDagHistory): IDagHistory;