/** * Kernel output buffer limits (keep in sync with frontend display.config.ts) */ export declare const MAX_OUTPUT_LINES = 10000; export declare const MAX_OUTPUT_CHARS = 100000000; export declare const MAX_OUTPUT_LINES_ERROR = 10000; export declare const MAX_OUTPUT_CHARS_ERROR = 100000000;