import type { params, script } from '../type'; import type { WriteStream } from '.'; export declare function getParamsFromArgv(errStream: WriteStream, scriptId: string, script: script, argv: string[]): params;