/** * Pipeline step: fetch — HTTP API requests. */ import type { IPage } from '../../types.js'; export declare function stepFetch(page: IPage | null, params: unknown, data: unknown, args: Record): Promise;