export declare const useLofikAccountActions: () => { generateNewAccount: () => Promise; setAccountFromMnemonic: (mnemonic: string) => Promise; };