UNPKG

251 BTypeScriptView Raw
1import { Command } from '@heroku-cli/command';
2export default class Status extends Command {
3 static description: string;
4 static flags: {
5 json: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
6 };
7 run(): Promise<void>;
8}