/** * Layer canonical comment presentation over the live legacy config. * * The responsive options can be migrated independently, so merge that nested * bag by field while keeping canonical values authoritative. * * @param {Record} config * @param {Record} presentation * @returns {Record} */ export function mergeCommentsConfig(config: Record, presentation: Record): Record;