import { UserProvidedSpockConfig } from '../core/config'; import { DB } from '../core/db/db'; export declare function runIntegrationTest(externalConfig: UserProvidedSpockConfig): Promise; export declare function withLocalEnv(envDir: string, fn: () => Promise | T): Promise;