/** * Library / SDK profile — Governance pipeline for published packages and SDKs. * * Suitable for: npm packages, PyPI packages, Rust crates, Go modules, SDKs. * 4-gate pipeline: spec → code review → QA → publish. * * Architecture gate is omitted — library design is captured in the spec itself. * Security gate is omitted — handled by the publish gate's package_manifest evidence. */ import type { Profile } from "./index.js"; declare const librarySdkProfile: Profile; export default librarySdkProfile; //# sourceMappingURL=library-sdk.d.ts.map