/// import type { IPipeline } from '../../../domain'; export interface IExecutionOptionsPageContentProps { pipeline: IPipeline; updatePipelineConfig: (changes: Partial) => void; } export declare function ExecutionOptionsPageContent(props: IExecutionOptionsPageContentProps): JSX.Element;