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