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