import type { Pipeline } from './types.ts';
import type { OptionsInternal } from './types.ts';
export default function createPipeline(dest: string, options: OptionsInternal): Pipeline;
