/* build/tpl */ import index from "./index"; interface IIndexAdded { index: typeof index; } export default function addIndex(_: Src): Src & IIndexAdded;