/** Shared configuration-console defaults and validation. Host-neutral. */ /** Stable loopback port used unless YAML explicitly selects another one. */ export declare const DEFAULT_CONFIG_SERVER_PORT = 41273; /** TCP ports below 1024 generally require elevated privileges on Unix. */ export declare function isValidConfigServerPort(value: unknown): value is number; //# sourceMappingURL=config-console.d.ts.map