import { SmokeTestOptions } from "./types.mjs";
/**
 * Main function that orchestrates the smoke test flow
 */
export declare function runSmokeTests(options?: SmokeTestOptions): Promise<void>;
