import type { WorkspaceProject } from '../workspace/workspace-project.js'; /** * Ensure sync-rest can repair and validate standalone workspace contracts. * * @param workspace Workspace project whose sync-rest script should be patched. * @returns A promise that resolves after the sync-rest script is updated. * @throws When the generated sync-rest anchors cannot be found. */ export declare function ensureContractSyncScriptAnchors(workspace: WorkspaceProject): Promise;