import { TestRunnerCoreConfig } from '../config/TestRunnerCoreConfig.js'; import { BasicTestSession } from '../test-session/BasicTestSession.js'; export declare function toBrowserPath(filePath: string): string; export declare function createSessionUrl(config: TestRunnerCoreConfig, session: BasicTestSession): string; //# sourceMappingURL=createSessionUrl.d.ts.map