import type { CompiledGraph } from "./compiler.js"; import type { EvaluationResult } from "./types.js"; export declare function evaluateSchema(graph: CompiledGraph, value: unknown): EvaluationResult;