/* build/tpl */ import exists from "./exists"; interface IExistsAdded { exists: typeof exists; } export default function addExists(_: Src): Src & IExistsAdded;