import type { ProjectCIDeployConfig } from '@ones-open/cli-utils'; import type { CISettingCLIOptionsSchema } from '@ones-open/cli-utils'; declare function convertCIDeploymentBranchName(branchName: string): string; declare function displayCIDeploymentPrompts(options: CISettingCLIOptionsSchema): Promise<{ branchName: string; }>; declare function getCIDeploymentConfigContent(dirPath?: string): Promise; declare function updateCIDeploymentConfig(content: ProjectCIDeployConfig, options?: { cwd: string; strategy: 'merge' | 'replace'; }): Promise; export { convertCIDeploymentBranchName, displayCIDeploymentPrompts, getCIDeploymentConfigContent, updateCIDeploymentConfig, }; //# sourceMappingURL=index.d.ts.map