import type { InfiniteQueryDataSource } from './types'; export declare const makeInfiniteQueryDataSource: (config: Omit, "type">) => InfiniteQueryDataSource;