import type { GetContentTypeParams, MakeRequest } from '../common-types';
import type { ContentTypeProps } from '../entities/content-type';
export declare const omitAndDeleteField: (makeRequest: MakeRequest, { fieldId, ...params }: {
    fieldId: string;
} & GetContentTypeParams, contentType: ContentTypeProps) => Promise<ContentTypeProps>;
