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