import { OpenSpecHash } from "./OpenSpecHash.js";
export type OpenSpecSecurity = OpenSpecHash<string[]>[];
