/** * Mobile Release profile — Full governance pipeline for mobile app releases. * * Suitable for: iOS (Swift/ObjC), Android (Kotlin/Java), React Native, Flutter. * 7-gate pipeline: spec → arch → code review → QA → security → compliance → release. */ import type { Profile } from "./index.js"; declare const mobileReleaseProfile: Profile; export default mobileReleaseProfile; //# sourceMappingURL=mobile-release.d.ts.map