import type { WorkspaceProject } from '../workspace/workspace-project.js'; /** * Ensure workspace bootstrap PHP registers pattern categories and loads * generated pattern modules from both flat and nested pattern directories. * * @param workspace Resolved official workspace project metadata. * @returns A promise that resolves after the workspace bootstrap is patched. * @throws {Error} When existing bootstrap source cannot be safely patched. */ export declare function ensurePatternBootstrapAnchors(workspace: WorkspaceProject): Promise;