import { Arguments } from 'yargs';
export declare const command = "shutdown";
export declare const describe = "gracefully shutdown local xud node";
export declare const handler: (argv: Arguments) => Promise<void>;
