/** * Fence planned user context so models treat it as background, not user-authored text. */ export declare function sanitizeUserContextFenceEscapes(text: string): string; export declare function buildUserContextBlock(raw: string): string;