declare const APINAMES: { CreateAccount: string; QueryTransactionReceipt: string; TransferBalance: string; SetRecoverkey: string; PreResetPubKey: string; ResetPubKey: string; UpdateAuthMap: string; FreezeAccount: string; FreezeContract: string; NativeDepositData: string; QueryLastBlock: string; QueryBlockHeader: string; QueryLastBlockHeader: string; QueryBlock: string; QueryTransaction: string; QueryTransactionList: string; QueryTransactionAndReceipt: string; QueryAccount: string; QueryContract: string; QueryTimestamp: string; QueryP2PStatus: string; QueryConsensusStatus: string; QueryCommonConsensusStatus: string; QuerySyncStatus: string; QueryTransactionCacheStatus: string; QueryBlockCacheStatus: string; QueryContractNodesStatus: string; QueryContractConfigStatus: string; QueryLogLevel: string; QueryBlockProof: string; QueryLatestStateProof: string; QueryStateProof: string; QueryTransactionProof: string; QueryReceiptProof: string; QueryBlockHeaderInfos: string; QueryBlockReceiptInfos: string; QueryBlockBodyInfos: string; DeployContract: string; UpdateContract: string; CallContract: string; LocalTransaction: string; EncryptedTransaction: string; EventAccount: string; EventContract: string; EventTopics: string; EventBlock: string; EventFetch: string; EventCancel: string; UpdateBlackList: string; }; export default APINAMES;