/**
 * MCP server `instructions` — connect-time guidance for clients.
 * Keep under 512 chars when both onboarding variants are enabled.
 */
export declare function buildServerInstructions(opts: {
    onboardingEnabled: boolean;
    liveUpdateEnabled: boolean;
}): string;
