import type { Attribute, Schema } from '@strapi/types'; declare const contentManagementUtilRemoveFieldsFromData: | Attribute.GetBooleanValue | Attribute.GetBlocksValue | Attribute.GetComponentValue | Attribute.GetDecimalValue | Attribute.GetDynamicZoneValue | Attribute.GetEnumerationValue | Attribute.GetEmailValue | Attribute.GetFloatValue | Attribute.GetIntegerValue | Attribute.GetJsonValue | Attribute.GetMediaValue | Attribute.GetPasswordValue | Attribute.GetRelationValue | Attribute.GetRichTextValue | Attribute.GetStringValue | Attribute.GetTextValue | Attribute.GetUIDValue | Attribute.GetDateValue | Attribute.GetDateTimeValue | Attribute.GetTimeValue | Attribute.GetTimestampValue, never>> | import("@strapi/types/dist/types/utils/expression").IsTrue | Attribute.GetBooleanValue | Attribute.GetBlocksValue | Attribute.GetComponentValue | Attribute.GetDecimalValue | Attribute.GetDynamicZoneValue | Attribute.GetEnumerationValue | Attribute.GetEmailValue | Attribute.GetFloatValue | Attribute.GetIntegerValue | Attribute.GetJsonValue | Attribute.GetMediaValue | Attribute.GetPasswordValue | Attribute.GetRelationValue | Attribute.GetRichTextValue | Attribute.GetStringValue | Attribute.GetTextValue | Attribute.GetUIDValue | Attribute.GetDateValue | Attribute.GetDateTimeValue | Attribute.GetTimeValue | Attribute.GetTimestampValue>>>, unknown, Attribute.GetBigIntegerValue | Attribute.GetBooleanValue | Attribute.GetBlocksValue | Attribute.GetComponentValue | Attribute.GetDecimalValue | Attribute.GetDynamicZoneValue | Attribute.GetEnumerationValue | Attribute.GetEmailValue | Attribute.GetFloatValue | Attribute.GetIntegerValue | Attribute.GetJsonValue | Attribute.GetMediaValue | Attribute.GetPasswordValue | Attribute.GetRelationValue | Attribute.GetRichTextValue | Attribute.GetStringValue | Attribute.GetTextValue | Attribute.GetUIDValue | Attribute.GetDateValue | Attribute.GetDateTimeValue | Attribute.GetTimeValue | Attribute.GetTimestampValue>; }>(data: TData, contentTypeSchema: TSchema, componentSchema: Record, fields?: string[]) => TData; export { contentManagementUtilRemoveFieldsFromData }; //# sourceMappingURL=contentManagementUtilRemoveFieldsFromData.d.ts.map