/* build/tpl */ import omitDeep from "./omitDeep"; interface IOmitDeepAdded { omitDeep: typeof omitDeep; } export default function addOmitDeep(_: Src): Src & IOmitDeepAdded;