import type { WorkspaceProject } from '../workspace/workspace-project.js'; /** * Patch `scripts/sync-rest-contracts.ts` after sync-project wiring so AI feature REST artifacts join the split sync flow. */ export declare function ensureAiFeatureSyncRestAnchors(workspace: WorkspaceProject): Promise;