export declare const manifest: { name: string; ticker: string; behaviours: { Client: { getTransaction: boolean; getTransactions: boolean; searchTransactions: boolean; getWallet: boolean; getWallets: boolean; searchWallets: boolean; getDelegate: boolean; getDelegates: boolean; getConfiguration: boolean; getCryptoConfiguration: boolean; getFeesByNode: boolean; getFeesByType: boolean; getSyncStatus: boolean; postTransactions: boolean; }; Crypto: { createTransfer: boolean; createSecondSignature: boolean; createDelegateRegistration: boolean; createVote: boolean; createMultiSignature: boolean; createIpfs: boolean; createMultiPayment: boolean; createDelegateResignation: boolean; createHtlcLock: boolean; createHtlcClaim: boolean; createHtlcRefund: boolean; }; Identity: { getAddress: { passphrase: boolean; multiSignature: boolean; publicKey: boolean; privateKey: boolean; wif: boolean; }; getPublicKey: { passphrase: boolean; multiSignature: boolean; wif: boolean; }; getPrivateKey: { passphrase: boolean; wif: boolean; }; getWIF: { passphrase: boolean; }; getKeyPair: { passphrase: boolean; publicKey: boolean; privateKey: boolean; wif: boolean; }; }; Message: { sign: boolean; verify: boolean; }; }; };