export interface KappaPair { dimensionId: string; staticVerdict: boolean; llmVerdict: boolean; } export declare const KAPPA_FIXTURES: KappaPair[];