import { type Action, type Link, type Graph, type RootAction } from './types.js'; export declare const getRoot: (graph: Graph) => Link; //# sourceMappingURL=getRoot.d.ts.map