/** * delete the version branch * @param defaultBranch - The default branch of the repository */ export declare function deleteBranch(defaultBranch: string): Promise;