export declare const superintendentConfigScope: import("../../poe-code-config/dist/index.js").ScopeDefinition<{ readonly tui: { readonly type: "boolean"; readonly default: false; readonly env: "POE_SUPERINTENDENT_TUI"; readonly doc: "Enable the Superintendent dashboard by default for terminal TTY runs"; }; }>;