export interface DoctorOptions { json?: boolean; } export declare function doctor(options?: DoctorOptions): Promise;