import { z } from 'zod'; import type { NoExpandObject } from '../../../validation/no-expand.js'; declare const requiredNonLocalizedStringPropertySchemaWithoutAlias: z.ZodObject<{ name: z.ZodString; inherit: z.ZodOptional; } & { type: z.ZodLiteral<"string">; isLocalized: z.ZodOptional>; defaultValue: z.ZodNullable>; rules: z.ZodObject<{ required: z.ZodLiteral; minLength: z.ZodOptional>; maxLength: z.ZodOptional>; requiredLocales: z.ZodNullable>; jsonSchema: z.ZodNullable>; }, "strip", z.ZodTypeAny, { required: true; minLength?: number | null | undefined; maxLength?: number | null | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }, { required: true; minLength?: number | null | undefined; maxLength?: number | null | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }>; }, "strip", z.ZodTypeAny, { type: "string"; name: string; rules: { required: true; minLength?: number | null | undefined; maxLength?: number | null | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }; defaultValue?: null | undefined; inherit?: boolean | undefined; isLocalized?: false | undefined; }, { type: "string"; name: string; rules: { required: true; minLength?: number | null | undefined; maxLength?: number | null | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }; defaultValue?: null | undefined; inherit?: boolean | undefined; isLocalized?: false | undefined; }>; type RequiredNonLocalizedStringProperty = NoExpandObject>; declare const nonRequiredNonLocalizedStringPropertySchemaWithoutAlias: z.ZodObject<{ name: z.ZodString; inherit: z.ZodOptional; } & { type: z.ZodLiteral<"string">; isLocalized: z.ZodOptional>; defaultValue: z.ZodNullable>; rules: z.ZodOptional>; minLength: z.ZodOptional>; maxLength: z.ZodOptional>; requiredLocales: z.ZodNullable>; jsonSchema: z.ZodNullable>; }, "strip", z.ZodTypeAny, { minLength?: number | null | undefined; maxLength?: number | null | undefined; required?: false | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }, { minLength?: number | null | undefined; maxLength?: number | null | undefined; required?: false | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "string"; name: string; defaultValue?: string | null | undefined; inherit?: boolean | undefined; isLocalized?: false | undefined; rules?: { minLength?: number | null | undefined; maxLength?: number | null | undefined; required?: false | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; } | undefined; }, { type: "string"; name: string; defaultValue?: string | null | undefined; inherit?: boolean | undefined; isLocalized?: false | undefined; rules?: { minLength?: number | null | undefined; maxLength?: number | null | undefined; required?: false | undefined; requiredLocales?: null | undefined; jsonSchema?: null | undefined; } | undefined; }>; type NonRequiredNonLocalizedStringProperty = NoExpandObject>; export declare const nonLocalizedStringPropertySchema: z.ZodType; export type NonLocalizedStringProperty = z.infer; export {}; //# sourceMappingURL=non-localized-string-property-schema.d.ts.map