import { type ProvenanceAuthorityResult, type ProvenanceAuthoritySpec } from "./types.js";
export declare function checkProvenanceAuthority(spec: ProvenanceAuthoritySpec, runId?: string): Promise<ProvenanceAuthorityResult>;
//# sourceMappingURL=provenance-authority.d.ts.map