export declare const decryptWIF: (encryptedWif: any, userId: any, bip38password: any) => { keys: import("@toucansam-bpl/crypto").KeyPair; wif: string; };