import type { CliOptions, DtsOptions } from '../types'; export declare function dts(options: DtsOptions, { readConfig }: Required): Promise;