import { z } from 'zod'; export declare const InitiativeLinkSchema: z.ZodObject<{ store: z.ZodString; id: z.ZodString; }, z.core.$strict>; export type InitiativeLink = z.infer; export declare const ChangeMetadataSchema: z.ZodObject<{ schema: z.ZodString; created: z.ZodOptional; goal: z.ZodOptional; affected_areas: z.ZodOptional>; initiative: z.ZodOptional>; }, z.core.$strip>; export type ChangeMetadata = z.infer; //# sourceMappingURL=schema.d.ts.map