import { Command } from '@heroku-cli/command'; export declare function getPipeline(flags: any, command: Command): Promise; export declare function disambiguatePipeline(pipelineIDOrName: any, command: Command): Promise;