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