import type { EvidenceCapabilityRecordV2 } from "./long-task-delivery-types.js"; export declare function decodeEvidenceCapabilityRecords(value: unknown): EvidenceCapabilityRecordV2[]; export declare function decodeDesignFactResults(value: unknown, label: string): { fact_ref: string; subject_ref: string; variation_ref: string; property_ref: string; actual_observation: { artifact_path: string; artifact_sha256: string; locator: { kind: "asset_ref" | "custom" | "image_region" | "json_pointer" | "semantic_node" | "timeline_sample" | "trace_event"; value: string; }; value_sha256: string; sensitivity: "plain" | "protected"; redaction: { policy_ref: string; representation: "digest_only" | "redacted_structured"; raw_persisted: false; } | null; }; actual_environment: { artifact_path: string; artifact_sha256: string; locator: { kind: "asset_ref" | "custom" | "image_region" | "json_pointer" | "semantic_node" | "timeline_sample" | "trace_event"; value: string; }; value_sha256: string; }; expected: { locator: { resource_ref: string; kind: "css_custom_property" | "css_declaration" | "css_selector" | "html_attribute" | "html_inner_html" | "html_selector" | "javascript_export" | "json_pointer" | "markdown_anchor" | "svg_attribute" | "svg_inner_xml" | "svg_selector" | "whole_resource"; value: string; }; sha256: string; }; comparison: { artifact_path: string; artifact_sha256: string; locator: { kind: "asset_ref" | "custom" | "image_region" | "json_pointer" | "semantic_node" | "timeline_sample" | "trace_event"; value: string; }; result_sha256: string; comparator: string; mode: "exact" | "tolerance"; parameters: { locator: { resource_ref: string; kind: "css_custom_property" | "css_declaration" | "css_selector" | "html_attribute" | "html_inner_html" | "html_selector" | "javascript_export" | "json_pointer" | "markdown_anchor" | "svg_attribute" | "svg_inner_xml" | "svg_selector" | "whole_resource"; value: string; }; sha256: string; }; tolerance: { locator: { resource_ref: string; kind: "css_custom_property" | "css_declaration" | "css_selector" | "html_attribute" | "html_inner_html" | "html_selector" | "javascript_export" | "json_pointer" | "markdown_anchor" | "svg_attribute" | "svg_inner_xml" | "svg_selector" | "whole_resource"; value: string; }; sha256: string; } | null; mask: { locator: { resource_ref: string; kind: "css_custom_property" | "css_declaration" | "css_selector" | "html_attribute" | "html_inner_html" | "html_selector" | "javascript_export" | "json_pointer" | "markdown_anchor" | "svg_attribute" | "svg_inner_xml" | "svg_selector" | "whole_resource"; value: string; }; sha256: string; } | null; passed: boolean; }; verdict: "failed" | "passed"; oracle: { key: string; trust: "frozen_executable" | "named_external_tcb"; identity: string; version: string; sha256: string | null; }; environment: { key: string; identity: string; definition: { locator: { resource_ref: string; kind: "css_custom_property" | "css_declaration" | "css_selector" | "html_attribute" | "html_inner_html" | "html_selector" | "javascript_export" | "json_pointer" | "markdown_anchor" | "svg_attribute" | "svg_inner_xml" | "svg_selector" | "whole_resource"; value: string; }; sha256: string; }; }; }[];