import { z } from 'zod'; export declare const AudienceEntryFields: z.ZodObject; /** * The internal id of the audience (Short Text) */ nt_audience_id: z.ZodString; }>, z.UnknownKeysParam, z.ZodTypeAny, { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }, { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }>; export type AudienceEntryFields = z.infer; export declare const AudienceEntry: z.ZodObject; id: z.ZodString; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; locale: z.ZodOptional; revision: z.ZodOptional; space: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; environment: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; contentType: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; linkType?: string | undefined; }, { id: string; type?: string | undefined; linkType?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }, { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; }>>; }, "strip", z.ZodTypeAny, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }, { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }>; fields: z.ZodObject<{}, z.UnknownKeysParam, z.ZodTypeAny, {}, {}>; metadata: z.ZodOptional; linkType: z.ZodOptional; id: z.ZodString; }, { linkType: z.ZodString; }>, "strip", z.ZodTypeAny, { linkType: string; id: string; type?: string | undefined; }, { linkType: string; id: string; type?: string | undefined; }>; }, "strip", z.ZodTypeAny, { sys: { linkType: string; id: string; type?: string | undefined; }; }, { sys: { linkType: string; id: string; type?: string | undefined; }; }>, "many">; }, "strip", z.ZodTypeAny, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }, { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; }>>; }, { fields: z.ZodObject; /** * The internal id of the audience (Short Text) */ nt_audience_id: z.ZodString; }>, z.UnknownKeysParam, z.ZodTypeAny, { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }, { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }>; }>, "strip", z.ZodTypeAny, { fields: { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }, { fields: { nt_name: string; nt_audience_id: string; nt_description?: string | undefined; }; sys: { id: string; type?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; locale?: string | undefined; revision?: number | undefined; space?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; environment?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; contentType?: { sys: { id: string; type?: string | undefined; linkType?: string | undefined; }; } | undefined; }; metadata?: { tags: { sys: { linkType: string; id: string; type?: string | undefined; }; }[]; } | undefined; }>; export type AudienceEntryLike = z.input; export type AudienceEntry = z.infer;