import * as _kb_labs_shared_command_kit from '@kb-labs/shared-command-kit'; declare const qaRunFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ tasks: { type: "string"; description: string; }; save: { type: "boolean"; description: string; default: true; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaRunFlags = typeof qaRunFlags.infer; declare const qaCheckFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ save: { type: "boolean"; description: string; default: true; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaCheckFlags = typeof qaCheckFlags.infer; declare const qaStatsFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ save: { type: "boolean"; description: string; default: true; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaStatsFlags = typeof qaStatsFlags.infer; declare const qaGateFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ save: { type: "boolean"; description: string; default: false; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaGateFlags = typeof qaGateFlags.infer; declare const qaHistoryFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ limit: { type: "number"; description: string; default: number; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaHistoryFlags = typeof qaHistoryFlags.infer; declare const qaTrendsFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ window: { type: "number"; description: string; default: number; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaTrendsFlags = typeof qaTrendsFlags.infer; declare const qaE2eFlakyFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ agent: { type: "boolean"; description: string; default: false; }; json: { type: "boolean"; description: string; default: false; }; case: { type: "string"; description: string; }; window: { type: "number"; description: string; default: number; }; sync: { type: "boolean"; description: string; default: false; }; ingest: { type: "string"; description: string; }; }>; type QaE2eFlakyFlags = typeof qaE2eFlakyFlags.infer; declare const qaCiEvidenceCaptureFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ runId: { type: "string"; description: string; }; repository: { type: "string"; description: string; }; output: { type: "string"; description: string; default: string; }; excludeJob: { type: "string"; description: string; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaCiEvidenceCaptureFlags = typeof qaCiEvidenceCaptureFlags.infer; declare const qaCiEvidenceSyncFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ repository: { type: "string"; description: string; }; workflow: { type: "string"; description: string; default: string; }; limit: { type: "number"; description: string; default: number; }; output: { type: "string"; description: string; default: string; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaCiEvidenceSyncFlags = typeof qaCiEvidenceSyncFlags.infer; declare const qaCiOverviewFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ input: { type: "string"; description: string; default: string; }; output: { type: "string"; description: string; }; json: { type: "boolean"; description: string; default: false; }; }>; type QaCiOverviewFlags = typeof qaCiOverviewFlags.infer; declare const qaRegressionsFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ json: { type: "boolean"; description: string; default: false; }; }>; type QaRegressionsFlags = typeof qaRegressionsFlags.infer; declare const baselineUpdateFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ json: { type: "boolean"; description: string; default: false; }; }>; type BaselineUpdateFlags = typeof baselineUpdateFlags.infer; declare const baselineStatusFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ json: { type: "boolean"; description: string; default: false; }; }>; type BaselineStatusFlags = typeof baselineStatusFlags.infer; declare const baselineDiffFlags: _kb_labs_shared_command_kit.FlagSchemaWithInfer<{ json: { type: "boolean"; description: string; default: false; }; }>; type BaselineDiffFlags = typeof baselineDiffFlags.infer; export { type BaselineDiffFlags, type BaselineStatusFlags, type BaselineUpdateFlags, type QaCheckFlags, type QaCiEvidenceCaptureFlags, type QaCiEvidenceSyncFlags, type QaCiOverviewFlags, type QaE2eFlakyFlags, type QaGateFlags, type QaHistoryFlags, type QaRegressionsFlags, type QaRunFlags, type QaStatsFlags, type QaTrendsFlags, baselineDiffFlags, baselineStatusFlags, baselineUpdateFlags, qaCheckFlags, qaCiEvidenceCaptureFlags, qaCiEvidenceSyncFlags, qaCiOverviewFlags, qaE2eFlakyFlags, qaGateFlags, qaHistoryFlags, qaRegressionsFlags, qaRunFlags, qaStatsFlags, qaTrendsFlags };