UNPKG

229 BTypeScriptView Raw
1import { Command } from '@heroku-cli/command';
2export declare function getPipeline(flags: any, command: Command): Promise<any>;
3export declare function disambiguatePipeline(pipelineIDOrName: any, command: Command): Promise<any>;