import { sankeyJustify } from "./d3Sankey/index.js";
import type { SankeyNodeOptions } from "./sankey.types.js";
export declare const getNodeAlignFunction: (align?: SankeyNodeOptions["align"]) => typeof sankeyJustify;