/** * The user profile for plain, thread-free conversation turns. Injected by default; * set CORTEX_DISABLE_USER_CONTEXT=1 to opt out. Multi-agent thread steps deliberately * do NOT inject this — only the direct conversation path calls it. */ export declare function loadUserContext(): string | null;