import type { AllCBProperties } from '../types'; export default function replaceUndefinedValues(jsonData: AllCBProperties): AllCBProperties;