import Pipeline_ from './pipeline';
export declare namespace DataPipeline {
    const Pipeline: typeof Pipeline_;
    type Pipeline = Pipeline_;
}