import { DebugBear } from "./DebugBear"; import { __runCli } from "./runCli"; export function analyzePage() { throw Error( "analyzePage was removed in version 2 of the DebugBear API. Install version 0.1.12 or upgrade to v2: https://www.debugbear.com/docs/migrating-to-the-v2-api", ); } export type { LighthouseReport, PageObject, RequestListObject, } from "./ResponseTypes"; export { __runCli, DebugBear };