/** * Pipeline step: intercept — declarative XHR interception. */ import type { IPage } from '../../types.js'; export declare function stepIntercept(page: IPage | null, params: unknown, data: unknown, args: Record): Promise;