import { Log } from '@bubblewrap/core';
export declare function doctor(log?: Log, configPath?: string | undefined): Promise<boolean>;
