import { type GraphRule } from './graph-types.js'; import type { RuleMetadata } from './types.js'; export declare const BUILTIN_GRAPH_RULES: readonly GraphRule[]; export declare const GRAPH_RULE_METADATA: readonly RuleMetadata[]; //# sourceMappingURL=graph-rules.d.ts.map