/** biome-ignore-all lint/suspicious/noConsole: CLI output is intentional */ import type { NextJsCacheStatus, SmokeTestCacheVerifyResult, SmokeTestResult, SmokeTestRunnerConfig } from './types.js'; export declare function parseNextJsCacheHeader(value: string | null): NextJsCacheStatus | null; export declare function runSmokeTest(config: SmokeTestRunnerConfig): Promise; export declare function runSmokeTestWithCacheVerify(config: SmokeTestRunnerConfig): Promise; export declare function isSmokeTestCacheVerifyResult(result: SmokeTestResult | SmokeTestCacheVerifyResult): result is SmokeTestCacheVerifyResult; export declare function getSmokeTestExitCode(result: SmokeTestResult | SmokeTestCacheVerifyResult): number; export declare function formatSmokeTestReport(result: SmokeTestResult | SmokeTestCacheVerifyResult): string; //# sourceMappingURL=runner.d.ts.map