import { z } from 'zod'; import type { PuristaExecutableCommand } from '../core/command.js'; declare const schema: z.ZodObject<{ name: z.ZodString; description: z.ZodString; serviceName: z.ZodString; serviceVersion: z.ZodString; eventToSubscribe: z.ZodString; responseEventName: z.ZodOptional>>; }, z.core.$strip>; export type AddSubscriptionInput = z.input; export declare const addSubscriptionCommand: PuristaExecutableCommand>; export {}; //# sourceMappingURL=add-subscription.d.ts.map