import type { CreateContentfulApiParams } from './create-contentful-api.js'; import type { ContentfulClientApi } from './types/index.js'; export declare const makeClient: ({ http, getGlobalOptions, }: CreateContentfulApiParams) => ContentfulClientApi;