/** * Reusable Manifest integration guard engine. * Inventories (tables, lifecycle symbols) come from generated config — not app hardcoding. */ import type { GuardViolation, IntegrationGuardConfig } from '../types.js'; /** Run the guard engine against an application root. */ export declare function runManifestIntegrationGuard(rootDir: string, config: IntegrationGuardConfig): GuardViolation[]; //# sourceMappingURL=engine.d.ts.map