export declare const prettyPrint: (data: string) => string;
export declare const cloneFolderFromGitRepo: (gitRepoUrl: string, folderPath: string, branch: string, targetPath: string, output: (data: string) => void) => Promise<void>;
