export declare function ocrStep(title: string, body: () => Promise): Promise; export declare function attachOcrImage(name: string, buffer: Buffer): Promise; /** * Resolve the assertion timeout: explicit override → 5 000 ms default → 0 outside a test. * Uses the cached test reference — will be populated after the first ocrStep call in a * Playwright context. Returns 0 (no retry) when called outside a Playwright test. */ export declare function expectTimeout(override?: number): number; //# sourceMappingURL=ocr-step.d.ts.map