UNPKG

flashbots-cli

Version:
7 lines (6 loc) 177 B
import { Command } from '@oclif/core'; export default class Uuid extends Command { static description: string; catch(e: any): Promise<void>; run(): Promise<void>; }