import { type H2AAmendment, type H2AAuthority, type H2AContract, type H2AEnforcementPlan, type H2AEngagement, type H2AMandate, type H2APolicy, type H2ASignature } from "./types.js"; export declare function isSignature(value: unknown): value is H2ASignature; export declare function isContract(value: unknown): value is H2AContract; export declare function isPolicy(value: unknown): value is H2APolicy; export declare function isEngagement(value: unknown): value is H2AEngagement; export declare function isAmendment(value: unknown): value is H2AAmendment; export declare function isMandate(value: unknown): value is H2AMandate; export declare function isAuthority(value: unknown): value is H2AAuthority; export declare function isEnforcementPlan(value: unknown): value is H2AEnforcementPlan; //# sourceMappingURL=artifacts.d.ts.map