export declare function getPipelineRunLink({ pipelineId, pipelineRunId, }: { pipelineId: string; pipelineRunId: string; }): string;