import type { EvidenceStatus } from './context-authority-shared.js'; import type { StoredRunStep, TaskContextManifest, TaskContextPlane } from '@opensip-cli/contracts'; export declare function planeMatchesStoredStep(plane: TaskContextPlane, step: StoredRunStep, manifest: TaskContextManifest): boolean; export declare function projectedEvidenceStatus(step: StoredRunStep, kind: TaskContextPlane['kind'], command: string): EvidenceStatus | 'missing' | undefined; //# sourceMappingURL=context-plane-authority.d.ts.map