import * as Endpoint from '../../../../Endpoint.js';
import { Payload } from '../ContentItem.js';
import * as ContentType from '../ContentType.js';
type Options = {
    plural?: boolean;
};
export declare function base(contentType: ContentType.Any, { plural }?: Options): (payload: Payload, base?: string) => Endpoint.FetchParams;
export {};
