import { batchGeneratePrivateKeys, exportPrivateKey, generatePrivateKey, getEncryptedKey, importPrivateKey, listEncryptedKeyMetadata, signMessageWithEncryptedKey, signTransactionWithEncryptedKey, storeEncryptedKey, storeEncryptedKeyBatch, updateEncryptedKey } from './lib/api'; import { setLitActionsCode, setLitActionsCodeCommon } from './lib/lit-actions-client/code-repository'; export declare const constants: { CHAIN_ETHEREUM: "ethereum"; LIT_PREFIX: "lit_"; NETWORK_EVM: import("./lib/types").Network; NETWORK_SOLANA: import("./lib/types").Network; KEYTYPE_K256: import("./lib/types").KeyType; KEYTYPE_ED25519: import("./lib/types").KeyType; }; export declare const api: { exportPrivateKey: typeof exportPrivateKey; generatePrivateKey: typeof generatePrivateKey; getEncryptedKey: typeof getEncryptedKey; listEncryptedKeyMetadata: typeof listEncryptedKeyMetadata; importPrivateKey: typeof importPrivateKey; signMessageWithEncryptedKey: typeof signMessageWithEncryptedKey; signTransactionWithEncryptedKey: typeof signTransactionWithEncryptedKey; storeEncryptedKey: typeof storeEncryptedKey; storeEncryptedKeyBatch: typeof storeEncryptedKeyBatch; batchGeneratePrivateKeys: typeof batchGeneratePrivateKeys; updateEncryptedKey: typeof updateEncryptedKey; }; export declare const config: { setLitActionsCode: typeof setLitActionsCode; setLitActionsCodeCommon: typeof setLitActionsCodeCommon; }; export type { ApiParamsSupportedNetworks, BaseApiParams, BatchGeneratePrivateKeysResult, EthereumLitTransaction, ExportPrivateKeyParams, ExportPrivateKeyResult, GeneratePrivateKeyParams, GeneratePrivateKeyResult, GetEncryptedKeyDataParams, ImportPrivateKeyParams, ImportPrivateKeyResult, ListEncryptedKeyMetadataParams, LitClient, SerializedTransaction, SignMessageWithEncryptedKeyParams, SignTransactionParams, SignTransactionParamsSupportedEvm, SignTransactionParamsSupportedSolana, SignTransactionWithEncryptedKeyParams, StoreEncryptedKeyBatchParams, StoreEncryptedKeyBatchResult, StoreEncryptedKeyParams, StoreEncryptedKeyResult, StoredKeyData, StoredKeyMetadata, UpdateEncryptedKeyParams, UpdateEncryptedKeyResult, WrappedKeyVersion, } from './lib/types'; export type { LitActionCodeRepository, LitActionCodeRepositoryCommon, LitActionCodeRepositoryEntry, } from './lib/lit-actions-client/types'; export type { SupportedNetworks } from './lib/service-client/types';