import * as kysely from 'kysely'; import { Kysely } from 'kysely'; import { CorsairKyselyDatabase, CorsairDatabase } from './db.js'; import './index-eydqYIn0.js'; import 'zod'; import 'pg'; import 'postgres'; declare function createIntegrationAndAccount(db: Kysely, pluginId: string, tenantId?: string): Promise; declare function createTestDatabase(): { db: Kysely; database: CorsairDatabase; cleanup: () => void; }; export { createIntegrationAndAccount, createTestDatabase };