/** * Backend Service profile — Standard web/API service governance gates. * * Suitable for: REST APIs, microservices, Node/Python/Go backend services. * 5-gate pipeline: spec → architecture → code review → QA → deploy. */ import type { Profile } from "./index.js"; declare const backendServiceProfile: Profile; export default backendServiceProfile; //# sourceMappingURL=backend-service.d.ts.map