import { SessionResult } from '../results/SessionResult'; export interface ILegacyAPI { runSession(label: string, resultKey: string, testFiles: string[], reportContainerId?: string | null, options?: any): Promise; runMultipleSessions(sessions: Array<{ label: string; resultKey: string; testFiles: string[]; }>, containerId: string, options?: any): Promise; } //# sourceMappingURL=ILegacyAPI.d.ts.map