export declare class PipelineError extends Error { name: string; constructor(message?: string); }