import { z } from "zod"; import { SentryCommand } from "../types/index.js"; declare const DescribeDesignSystemConfigSchema: z.ZodEffects; }, "strip", z.ZodTypeAny, { designSystemId: string; apiKey: string; proxyUrl?: string | undefined; }, { designSystemId: string; apiKey: string; proxyUrl?: string | undefined; }>, { designSystemId: string; apiKey: string; proxyUrl?: string | undefined; }, { designSystemId: string; apiKey: string; proxyUrl?: string | undefined; }>; type DescribeDesignSystemConfig = z.infer; export declare class DescribeDesignSystem extends SentryCommand { static aliases: string[]; static description: string; static examples: string[]; static flags: { apiKey: import("@oclif/core/interfaces").OptionFlag; designSystemId: import("@oclif/core/interfaces").OptionFlag; proxyUrl: import("@oclif/core/interfaces").OptionFlag; }; get commandId(): string; get configSchema(): z.ZodType; run(): Promise; } export {}; //# sourceMappingURL=describe-design-system.d.ts.map