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