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