import { DebugTestSession } from '../test-session/DebugTestSession'; import { TestSession } from '../test-session/TestSession'; export declare function createDebugSessions(sessions: TestSession[]): DebugTestSession[]; //# sourceMappingURL=createDebugSessions.d.ts.map