import { Yarguments } from '@neo-one/utils-node'; import yargs from 'yargs'; export declare const command = "address "; export declare const describe = "Convert an address to various formats and print them to stdout."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv>; export declare const handler: (argv: Yarguments>) => void;