import type { OptionSpec } from '@opensip-cli/core'; /** Scope-selection options shared by `suite run` and the canonical `audit` command. */ export declare const SUITE_RUN_OPTIONS: readonly OptionSpec[]; //# sourceMappingURL=suite-run-options.d.ts.map