import { HttpService } from "../common/httpService.js"; import type { TestRunCreatePayload, WorkspaceMetaData } from "../common/types.js"; export declare class PlaywrightServiceClient { private httpService; constructor(httpService?: HttpService); createOrUpdateTestRun(payload: TestRunCreatePayload): Promise; getWorkspaceMetadata(): Promise; } //# sourceMappingURL=PlaywrightServiceClient.d.ts.map