import type { Attribute, Schema } from '@strapi/types'; declare const formatContentTypeData: | 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, ct: TSchema, composSchema: Record) => TData; export { formatContentTypeData }; //# sourceMappingURL=formatContentTypeData.d.ts.map