import * as Ledger from '@cardano-foundation/ledgerjs-hw-app-cardano'; import { Cardano } from '@cardano-sdk/core'; import { GroupedAddress } from '@cardano-sdk/key-management'; import { Transform } from '@cardano-sdk/util'; import { LedgerTxTransformerContext } from '../types'; export declare const getKnownAddress: (credential: Cardano.Credential, context?: LedgerTxTransformerContext) => GroupedAddress | undefined; export declare const stakeDelegationCertificate: Transform; export declare const poolRegistrationCertificate: Transform; export declare const voteDelegationCertificate: Transform; export declare const mapCerts: (certs: Cardano.Certificate[] | undefined, context: LedgerTxTransformerContext) => Ledger.Certificate[] | null; //# sourceMappingURL=certificates.d.ts.map