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