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