import type { DesignSystemGraph } from "../graph/types.js"; export declare function computeGraphHash(graph: DesignSystemGraph): string;