import { Stream } from 'stream'; declare type WriteDebugFn = (...params: any[]) => void; export declare const cli: (argv: string[], outputStream: Stream, writeDebugFn?: WriteDebugFn) => void; export {};