import { Arguments } from 'yargs';
export declare const command = "getethmnemonic";
export declare const describe = "show the Ethereum seed mnemonic";
export declare const handler: (argv: Arguments) => Promise<void>;
