import { z } from "zod"; export declare const ExecuteSlashCommandSchema: z.ZodObject<{ command: z.ZodString; arguments: z.ZodDefault>; agent: z.ZodOptional; model: z.ZodOptional; subtask: z.ZodOptional; commandSource: z.ZodDefault>>; trackExecution: z.ZodDefault>; parentSessionID: z.ZodOptional; stackOnSessionId: z.ZodOptional; namespace: z.ZodOptional; }, z.core.$strip>; export type ExecuteSlashCommandInput = z.infer; //# sourceMappingURL=commands.schema.d.ts.map