import { EmailTemplatesAdapter } from "@authhero/adapter-interfaces"; import { Kysely } from "kysely"; import { Database } from "../db"; export declare function createEmailTemplatesAdapter(db: Kysely): EmailTemplatesAdapter;