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