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