import { z } from 'zod'; import type { PuristaExecutableCommand } from '../core/command.js'; declare const schema: z.ZodObject<{ responseEventName: z.ZodOptional>>; name: z.ZodString; description: z.ZodString; serviceName: z.ZodString; serviceVersion: z.ZodString; queueName: z.ZodString; workerMode: z.ZodDefault>; intervalMs: z.ZodOptional>; maxParallelHandlers: z.ZodDefault>; }, z.core.$strip>; export type AddQueueWorkerInput = z.input; export declare const addQueueWorkerCommand: PuristaExecutableCommand>; export {}; //# sourceMappingURL=add-queue-worker.d.ts.map