import { Kysely } from "kysely"; import { Log } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function getLogs(db: Kysely): (tenantId: string, logId: string) => Promise;