/* build/tpl */ import mapValuesDeep from "./mapValuesDeep"; interface IMapValuesDeepAdded { mapValuesDeep: typeof mapValuesDeep; } export default function addMapValuesDeep(_: Src): Src & IMapValuesDeepAdded;