import BaseCommand from '../../commands/base-command.js';
import type { RepoData } from '../get-repo-data.js';
export declare const configureRepo: ({ command, manual, repoData, siteId, }: {
    command: BaseCommand;
    manual: boolean;
    repoData: RepoData;
    siteId: string;
}) => Promise<void>;
//# sourceMappingURL=config.d.ts.map