import { Kysely } from "kysely"; import { Theme, ThemeInsert, CreateOptions } from "@authhero/adapter-interfaces"; import { Database } from "../db"; export declare function create(db: Kysely): (tenant_id: string, theme: ThemeInsert, themeId?: string, options?: CreateOptions) => Promise;