import type { AxiosInstance } from 'contentful-sdk-core'; import type { SyncCollection, SyncOptions, SyncQuery, LocaleCode, EntrySkeletonType } from './types/index.js'; import type { ChainOptions, ModifiersFromOptions } from './utils/client-helpers.js'; /** * Retrieves all the available pages for a sync operation */ export default function pagedSync(http: AxiosInstance, query: SyncQuery, options?: SyncOptions | ChainOptions): Promise, Locales>>;