import { type ToolProvenance } from '@opensip-cli/core'; import type { ValidatedSuite } from './validate-suite.js'; /** * Verify the complete trusted execution chain before the built-in context suite * runs. Missing provenance is deliberately not treated as implicitly bundled. */ export declare function validateBuiltInAgentContextAuthority(input: { readonly suite: ValidatedSuite; readonly provenance: readonly ToolProvenance[]; }): { readonly producerVersion: string; }; //# sourceMappingURL=agent-context-authority.d.ts.map