dev-lamp
Version:
Your friendly lighthouse performance companion - 100% local
14 lines • 504 B
TypeScript
import * as chromeLauncher from 'chrome-launcher';
import type { ChromeConfig } from '../types/config';
export declare class ChromeManager {
private static instance;
private chromeInstance;
private useCount;
private constructor();
static getInstance(): ChromeManager;
getChrome(options?: ChromeConfig): Promise<chromeLauncher.LaunchedChrome>;
private launchChrome;
cleanup(): Promise<void>;
forceCleanup(): Promise<void>;
}
//# sourceMappingURL=chrome-manager.d.ts.map