import type { CISettingCLIOptionsSchema } from '@ones-open/cli-utils'; declare function updateCIConfig(baseURL: string | undefined, options: CISettingCLIOptionsSchema): Promise; export { updateCIConfig }; //# sourceMappingURL=ci.d.ts.map