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