import { CompomintGlobal } from "./type"; declare const applyBuiltInTemplates: (addTmpl: CompomintGlobal["addTmpl"]) => void; export { applyBuiltInTemplates };