import type { ResolvedToolContext } from "../shared/agent/tool.factory.js"; import type { IterationContext } from "./chat.prompt.modules.js"; /** Stable hidden kickoff for the restricted web profile phase. */ export declare const ONBOARDING_PROFILE_KICKOFF = "onboarding-profile-kickoff"; /** Builds the restricted, server-selected web onboarding prompt. */ export declare function buildOnboardingSystemContent(ctx: ResolvedToolContext, iterCtx?: IterationContext): string;