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; responseEventName: z.ZodOptional>>; }, z.core.$strip>; export type AddStreamInput = z.input; export declare const addStreamCommand: PuristaExecutableCommand>; export {}; //# sourceMappingURL=add-stream.d.ts.map