import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function buildAceDigest(workspaceRoot: string): string; export declare function buildServerInstructions(workspaceRoot: string): string; export declare function buildHostInstructionText(host: "claude" | "copilot" | "cursor" | "codex", workspaceRoot: string): string; export declare function buildBootstrapNudge(workspaceRoot: string): string; export declare function buildBootstrapGuidance(workspaceRoot: string, toolName: string): string; export declare function buildMutationGuidance(workspaceRoot: string, toolName: string): string; export declare function buildRefreshGuidance(workspaceRoot: string, toolName: string): string; export declare function installAceToolGovernance(server: McpServer, workspaceRoot: string): void; export declare function buildHookAdditionalContext(workspaceRoot: string): string; export declare function buildScopeReminder(workspaceRoot: string): string | undefined; //# sourceMappingURL=ace-server-instructions.d.ts.map