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