import type { HarNetworkEventName, HarNetworkMetaEventName, HarPageEventName } from "./HarDebuggerEvents.ts"; export declare const HarPageEventNames: HarPageEventName[]; export declare const HarPageEventSet: Set; export declare const HarNetworkEventNames: HarNetworkEventName[]; export declare const HarNetworkEventSet: Set; export declare const GetResponseBodyResponseMetaEventName: "Network.getResponseBodyResponse"; export declare const HarNetworkMetaEventNames: HarNetworkMetaEventName[]; export declare const HarNetworkMetaEventSet: Set<"Network.getResponseBodyResponse">;