import { z } from 'zod'; /** * Generic schema for a tool command configuration, reusable across plugins. */ export declare const artifactGenerationCommandSchema: z.ZodUnion>; }, z.core.$strip>]>; export declare const pluginArtifactOptionsSchema: z.ZodObject<{ generateArtifactsCommand: z.ZodOptional>; }, z.core.$strip>]>>; artifactsPaths: z.ZodUnion]>; }, z.core.$strip>; export type PluginArtifactOptions = z.infer;