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