export declare const userContractMgrMethod: number[]; export declare const runtimeType: string[]; export declare const SUCCESS = 0; export declare const NEED_SRC_RESPONSE = true; export declare const DEFAULT_SEQUENCE = 0; export declare const PAYLOAD_KEY_METHOD: { chainId: string; txType: string; txId: string; timestamp: string; expirationTime: string; contractName: string; method: string; parameters: string; sequence: string; limit: string; }; export declare const PAYLOAD_KEY: string[]; export declare const keys: { KeyBlockContractWithRWSet: string; KeyBlockContractBlockHash: string; KeyBlockContractBlockHeight: string; KeyBlockContractTxId: string; KeyChainConfigContractRoot: string; KeyChainConfigContractOrgId: string; KeyChainConfigContractNodeId: string; KeyChainConfigContractNewNodeId: string; KeyChainConfigContractNodeIds: string; KeyChainConfigContractBlockHeight: string; KeyChainConfigContractTrustMemberOrgId: string; KeyChainConfigContractTrustMemberInfo: string; KeyChainConfigContractTrustMemberNodeId: string; KeyChainConfigContractTrustMemberRole: string; KeyTxSchedulerTimeout: string; KeyTxSchedulerValidateTimeout: string; KeyTxTimestampVerify: string; KeyTxTimeOut: string; KeyBlockTxCapacity: string; KeyBlockSize: string; KeyBlockInterval: string; KeySubStrartBlock: string; KeySubEndBlock: string; KeySubWithRwset: string; KeySubOnlyHeader: string; KeySubContractName: string; KeySubTxIds: string; KeySubTopic: string; KeyArchiveBlockHeight: string; KeyArchiveFullBlock: string; KeyCertHashes: string; KeyCerts: string; KeyCertCrl: string; KeyInitContractName: string; KeyInitContractRuntimeType: string; KeyInitContractVersion: string; KeyInitContractBytecode: string; KeyOrderId: string; KeyPrivateDir: string; KeyContractName: string; KeyCodeHash: string; KeyResult: string; KeyCodeHeader: string; KeyVersion: string; KeyIsDeploy: string; KeyRWSet: string; KeyEvents: string; KeyReportHash: string; KeySign: string; KeyKey: string; KeyPayload: string; KeyOrgIds: string; KeySignPairs: string; KeyCaCert: string; KeyEnclaveId: string; KeyReport: string; KeyProof: string; KeyDeployReq: string; KeyPrivateReq: string; }; export declare const AUTH_TYPE: { PermissionedWithCert: string; PermissionedWithKey: string; Public: string; };