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