import type { AxiosInstance } from 'axios'; import { z } from 'zod'; export declare function getPageGenerator(apiClient: AxiosInstance, itemSchema: ItemType, url: string, params?: URLSearchParams): AsyncGenerator, void, unknown>;