/** * Runtime-graph target factories for the inference plugin (kept out of plugin.ts * to keep that file under the file-size limit). */ import type { TargetConfiguration } from '@nx/devkit'; /** `architecture:visualize-runtime` — render the runtime microservice graph. */ export declare function createVisualizeRuntimeTarget(): TargetConfiguration; /** Workspace: validate no disallowed runtime cycles + graph unchanged. */ export declare function createValidateRuntimeArchitectureTarget(): TargetConfiguration;