import { Pipeline } from "instill-sdk"; export type PipelineRunProps = { id?: string; pipeline?: Pipeline; }; export declare const PipelineRunView: ({ id, pipeline }: PipelineRunProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Run.d.ts.map