import { DevConfig, CicConfig } from '../../../types/configHub'; export default function mergeCic(config: DevConfig, cic: CicConfig): DevConfig;