import { Command, CommandFlags } from '../../command.js'; export default class DIDFromPrivateKey extends Command { static description: string; static args: { didPrivateKey: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; run(): Promise; }