import type { SemanticFactManifestRefV2, SemanticFactOutcomeBindingsV2 } from "./semantic-fact-types.js"; export declare function parseSemanticFactManifestRef(value: unknown, label: string): SemanticFactManifestRefV2; export declare function parseSemanticFactOutcomeBindings(value: unknown, label: string): SemanticFactOutcomeBindingsV2;