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