import { Command } from 'commander'; import { IOptions } from '@jscpd/core'; export declare function prepareOptions(cli: Command): IOptions;