import { SessionSetupFunction } from '../core/ISessionManager'; import { TestSessionOptions } from '../core/ITestSession'; export interface ICreateSessionUseCase { execute(label: string, setupFn: SessionSetupFunction, options?: Partial): Promise; } //# sourceMappingURL=ICreateSessionUseCase.d.ts.map