import { z } from "zod"; export declare const AlternateIdentifier: z.ZodObject<{ alternateIdentifier: z.ZodString; alternateIdentifierType: z.ZodString; }, z.core.$strip>; export declare const AlternateIdentifiers: z.ZodArray>; export type AlternateIdentifier = z.infer; export type AlternateIdentifiers = z.infer;