import { type NegativeSecurityJourneyResult, type NegativeSecurityJourneySpec, type SecurityBoundarySystem } from "./types.js";
export declare function runNegativeSecurityJourney(system: SecurityBoundarySystem, spec: NegativeSecurityJourneySpec, runId?: string): Promise<NegativeSecurityJourneyResult>;
//# sourceMappingURL=run-negative-journey.d.ts.map