export interface DoctorOptions { hubUrl?: string; token?: string; schedulerUrl?: string; } export declare function roboparkDoctor(opts: DoctorOptions): Promise;