import { Kysely } from "kysely"; import { ResourceServer, ResourceServerInsert, CreateOptions } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function create(db: Kysely): (tenant_id: string, params: ResourceServerInsert, createOptions?: CreateOptions) => Promise;