import { Command } from 'commander'; export declare function getAddress(options: { [key: string]: any; }, cmd: Command): Promise;