import { SpawnSyncReturns } from 'node:child_process'; export declare const initializeGit: (folder: string) => SpawnSyncReturns;