/** * Env helpers for live Postgres integration tests. * * - DATABASE_URL: empty Manifest Neon DB (direct / pooler off) — adapter live suites * - CAPSULE_TEST_DATABASE_URL: expendable capsule-pro test DB — future cross-app tests */ export declare function postgresLiveDatabaseUrl(): string | undefined; export declare function capsuleTestDatabaseUrl(): string | undefined; //# sourceMappingURL=postgres-live-env.d.ts.map