export declare type RankDir = 'TB' | 'BT' | 'LR' | 'RL';
export declare type Align = 'UL' | 'UR' | 'DL' | 'DR';
export declare const ROOT_NAME: string;
export declare const BRIDGE_GRAPH_NAME: string;
