import type { Validateurs } from './types.js'; /** * Build allowed pubkeys from validators (cle_publique in signatures_obligatoires). * Service uses only explicit cle_publique; pair_uuid resolution is not used. */ export declare function buildAllowedPubkeysFromValidateurs(validateurs: Validateurs): Set; //# sourceMappingURL=buildAllowedPubkeys.d.ts.map