import type { PlaywrightPulseReport, FlakyTestDetail } from '@/types/playwright'; export declare function getCurrentRunReport(): Promise; export declare function getRawHistoricalReports(): Promise; export declare function getFlakyTestsAnalysis(): Promise<{ success: boolean; currentFlakyTests?: FlakyTestDetail[]; historicalFlakyTests?: FlakyTestDetail[]; error?: string; }>; //# sourceMappingURL=actions.d.ts.map