export declare function initializeGit(projectPath: string, skipConfirmation?: boolean): Promise<boolean>;
