import { Kysely } from "kysely"; import { Database } from "../db"; import { Session } from "@authhero/adapter-interfaces"; export declare function update(db: Kysely): (tenant_id: string, id: string, session: Partial) => Promise;