export declare function encryptSeed(seed: string, password: string, encryptionRounds?: number): string; export declare function decryptSeed(encryptedSeed: string, password: string, encryptionRounds?: number): string;