import { ILegacyAPI } from '../../interfaces/api/ILegacyAPI'; import { SessionResult } from '../../interfaces/results/SessionResult'; export declare class LegacyAPI implements ILegacyAPI { private publicAPI; private scriptLoader; 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=LegacyAPI.d.ts.map