import type { TemplateFunction } from "../src/lib/createAdapter"; declare const templates: { name: string; templateFunction: TemplateFunction; }[]; export = templates;