importtype { MigrateConfig } from'./types';
/**
* Set git user and remote URL to use token authentication
* via HTTPS instead of SSH.
*
* @param config Migration configuration
*/exportdeclareconstsetGitCredentials: (config: MigrateConfig) =>Promise<void>;