import { Command } from 'commander'; import type { Webdata_opts } from '../types/dataset'; declare const handle_pipelines: (dataset_type_raw: string, params: string[], opts: Webdata_opts) => Promise; declare const pipelines_command: Command; export { pipelines_command, handle_pipelines }; //# sourceMappingURL=dataset.d.ts.map