import type { Options } from '../options'; export declare const initializeGit: (targetDirectory: string, options: Options) => Promise;