import type { ListrTask } from "listr2"; import type { BitbucketRepositoryContext } from "./bitbucket-repository.js"; import type { ProjectContext } from "./project.js"; export declare const createGitTask: () => ListrTask>;