import { LedgerKeyPair } from "../../../../types/src"; export declare function createKeyPair(): Promise; export declare function encryptSecretKey(secret: string, password: string): Promise; export declare function decryptSecretKey(secret: string, password: string): Promise;