import * as z from 'zod/v4'; export declare const EventInput: z.ZodObject<{ transactionId: z.ZodString; type: z.ZodString; createdAtLocation: z.ZodOptional>>; }, z.core.$strip>; export type EventInput = z.infer; //# sourceMappingURL=EventInput.d.ts.map