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