import yargs from 'yargs'; export declare const command = "public-key "; export declare const describe = "Convert an address 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;