/**
 * Custom error for pipeline operations.
 */
export declare class PipelineError extends Error {
    constructor(message: string);
}
