/* build/tpl */ import condense from "./condense"; interface ICondenseAdded { condense: typeof condense; } export default function addCondense(_: Src): Src & ICondenseAdded;