import { Command, flags } from '@heroku-cli/command'; export default class CiLast extends Command { static description: string; static examples: string[]; static flags: { node: flags.IOptionFlag; pipeline: flags.IOptionFlag; }; run(): Promise; }