import { type SignalEnvelope } from '@opensip-cli/contracts'; import { type RunScope, type SignalBatchEvidence } from '@opensip-cli/core'; export interface BuildEvidenceAuthorityInput { readonly envelope: SignalEnvelope; readonly scope?: RunScope; } export declare function buildEvidenceAuthority(input: BuildEvidenceAuthorityInput): SignalBatchEvidence; //# sourceMappingURL=evidence-authority.d.ts.map