1 | import { Command } from '@heroku-cli/command';
|
2 | import * as Heroku from '@heroku-cli/schema';
|
3 | export declare function renderList(command: Command, testRuns: Heroku.TestRun[], pipeline: Heroku.Pipeline, watchOption: boolean, jsonOption: boolean): Promise<void>;
|
4 | export declare function displayAndExit(pipeline: Heroku.Pipeline, number: number, command: Command): Promise<void>;
|
5 | export declare function displayTestRunInfo(command: Command, testRun: Heroku.TestRun, testNodes: Heroku.TestNode[], nodeArg: string | undefined): Promise<void>;
|