import { LighthouseReport } from "./types";
export declare function runLighthouseAndGetReport(url: string): Promise<LighthouseReport>;
