import type { RenovateConfig } from '../config/types';
export default function configSerializer(config: RenovateConfig): RenovateConfig;
