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: yargs.Argv<{}>) => yargs.Argv>; export declare const handler: (argv: yargs.Arguments>) => void;