import LighthouseError from '../classes/lighthouse/Error.js'; export declare function getLighthouseMetrics(url: string): Promise; export declare function getPendingStats(): LighthouseError;