import { Arguments } from 'yargs';
export declare const command = "changepass";
export declare const describe = "change the password for an existing xud instance";
export declare const builder: {};
export declare const handler: (argv: Arguments<any>) => void;