import { Cardano } from '@cardano-sdk/core'; import { WithBlock } from '../../../types'; export interface OnChainCertificate { pointer: Cardano.Pointer; certificate: Cardano.Certificate; } export interface WithCertificates { certificates: OnChainCertificate[]; } export declare const withCertificates: () => import("../../../types").ExtChainSyncOperator; //# sourceMappingURL=withCertificates.d.ts.map