import type { ICliOptions } from './types'; export declare function main(url: string, options: ICliOptions): Promise;