import type { TestInfoForCi } from './ci-test-info'; type ScreenTransportCtx = { device: unknown; testInfo: TestInfoForCi; }; /** * Wrap a Mobilewright `screen` so async method failures that look like transport drops trigger a TrueCoverage SET resync before the error propagates. */ export declare function wrapScreenForTransportResync(screen: unknown, ctx: ScreenTransportCtx): unknown; /** * Extend the test type with a `screen` fixture that proxies callable screen APIs for transport-failure resync. */ export declare function attachMobileScreenTransportResync(testType: any): any; export {}; //# sourceMappingURL=mobile-screen-transport-resync.d.ts.map