UNPKG

target-clickhouse

Version:
5 lines (4 loc) 223 B
/// <reference types="node" /> import { Readable } from "stream"; import { Config } from "./Config"; export declare function processStream(inputStream: Readable, config: Config, streamsToReplace?: string[]): Promise<void>;