UNPKG

eas-cli

Version:
9 lines (8 loc) 302 B
import EasCommand from '../../commandUtils/EasCommand'; export default class UpdateRollback extends EasCommand { static description: string; static flags: { 'private-key-path': import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>; }; runAsync(): Promise<void>; }