import { AddressService } from "./address.service"; import { ClientService } from "./client.service"; import { KeyPairService } from "./key-pair.service"; import { LedgerService } from "./ledger.service"; import { MessageService } from "./message.service"; import { PrivateKeyService } from "./private-key.service"; import { PublicKeyService } from "./public-key.service"; import { TransactionService } from "./transaction.service"; import { WIFService } from "./wif.service"; export declare const Services: { AddressService: typeof AddressService; ClientService: typeof ClientService; KeyPairService: typeof KeyPairService; LedgerService: typeof LedgerService; MessageService: typeof MessageService; PrivateKeyService: typeof PrivateKeyService; PublicKeyService: typeof PublicKeyService; TransactionService: typeof TransactionService; WIFService: typeof WIFService; };