import type { $PipelineJson } from '../../commands/_common/types/CommandParser';
import type { PipelineJson } from '../../pipeline/PipelineJson/PipelineJson';
/**
 * Applies postprocessing and exports the parsed pipeline JSON.
 *
 * @private internal utility of `parsePipeline`
 */
export declare function finalizeParsedPipeline($pipelineJson: $PipelineJson): PipelineJson;
