import { TestResources } from "../../lib/e2e/types.mjs";
import { SmokeTestOptions } from "./types.mjs";
/**
 * Sets up the test environment for smoke tests, preparing any resources needed for testing
 */
export declare function setupTestEnvironment(options?: SmokeTestOptions): Promise<TestResources>;
