import { Deps } from '../../types';
/**
 * Uses {@link copyRepo} to copy all the repositories from the config
 *
 * @category Public API Module
 */
export declare function getCommitsAndCopy(deps: Deps): Promise<void>;
