import type { ScmProvider } from '../types.js'; /** * Git source control. Initializes the working copy, commits, wires the remote, * pushes on the repository's default branch, and tags the initial version. */ export declare const git: ScmProvider;