import * as Crypto from '@cardano-sdk/crypto'; import { WithCertificates } from './withCertificates'; export interface WithStakeKeys { stakeKeys: { insert: Crypto.Hash28ByteBase16[]; del: Crypto.Hash28ByteBase16[]; }; } export declare const withStakeKeys: () => import("../../..").ExtChainSyncOperator; //# sourceMappingURL=withStakeKeys.d.ts.map