import type { PromptContext } from '../types'; /** * Renders the User Profile Integration section. * This section is identical across all harnesses. */ export declare function renderUserProfile(ctx: PromptContext): string; //# sourceMappingURL=userProfile.d.ts.map