import type { InputOptions } from "../../interfaces";
export default function updateRepoSetting(options: InputOptions): Promise<void>;
export { updateRepoSetting };
//# sourceMappingURL=updateRepoSetting.d.ts.map