import type { WorkspaceProject } from '../workspace/workspace-project.js'; /** * Ensure the workspace bootstrap loads generated ability PHP modules and * enqueues the generated ability editor script module. */ export declare function ensureAbilityBootstrapAnchors(workspace: WorkspaceProject): Promise; /** * Ensure ability package scripts and WordPress ability runtime dependencies * are present without downgrading existing compatible ranges. */ export declare function ensureAbilityPackageScripts(workspace: WorkspaceProject): Promise; /** * Ensure `scripts/sync-project.ts` delegates to the generated ability sync * script when present. */ export declare function ensureAbilitySyncProjectAnchors(workspace: WorkspaceProject): Promise; /** * Ensure the workspace build script includes optional ability client entries. */ export declare function ensureAbilityBuildScriptAnchors(workspace: WorkspaceProject): Promise; /** * Ensure webpack discovers the optional ability client registry bundle. */ export declare function ensureAbilityWebpackAnchors(workspace: WorkspaceProject): Promise;