import type { ActiveNode, ColumnConfiguration, NavigationState } from './types.js'; export declare const PIPELINE = "pipeline"; export declare const SORT_ICON_ASCENDING: "arrow-upward"; export declare const SORT_ICON_DESCENDING: "arrow-downward"; export declare const MIN_COL_RESIZE_WIDTH = 80; export declare const SENTINEL_NODE: Readonly>; export declare const DEFAULT_COLUMN_CONFIG: Readonly>; export declare const NAVIGATION_STATE: Map>;