import type { ZodSchema, z } from 'zod'; import { type LocalizedStringProperty } from './localized-string-property-schema.js'; import { type NonLocalizedStringProperty } from './non-localized-string-property-schema.js'; export declare const stringPropertySchema: ZodSchema; export type StringProperty = z.infer; //# sourceMappingURL=string-property-schema.d.ts.map