export declare const SERVER_INSTRUCTIONS: string; export declare const SERVER_INSTRUCTIONS_LEAN: string; export declare const SERVER_INSTRUCTIONS_MICRO: string; /** * Targeting block, appended to whichever instruction variant is in use, and * only when this server drives more than one editor. At one editor the * initialize payload is exactly what it has always been. */ export declare function multiEditorInstructions(sessionNames: string[], activeName: string): string;