import { Cardano } from '@cardano-sdk/core'; import { Ed25519KeyHashHex } from '@cardano-sdk/crypto'; import { WithCertificates } from './withCertificates.js'; export interface StakeKeyRegistration { pointer: Cardano.Pointer; stakeKeyHash: Ed25519KeyHashHex; } export interface WithStakeKeyRegistrations { stakeKeyRegistrations: StakeKeyRegistration[]; } export declare const withStakeKeyRegistrations: () => import("../../../index.js").ExtChainSyncOperator; //# sourceMappingURL=withStakeKeyRegistrations.d.ts.map