import { ValidConfigOptions } from '../options/options';
export declare function setupRepo(options: ValidConfigOptions): Promise<void>;
