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