import { Database } from "../db"; type Row = Database["email_templates"]; export declare function rowToTemplate(row: Row): Record; export {};