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