import { HarBuilder } from "./HarBuilder.ts"; export type * from "./Options.ts"; export type * from "./types/DebuggerEvent.ts"; export * from "./types/"; export type { Options } from "./Options.ts"; export declare const harFromUntypedEventNameAndObjectTuples: (eventNameAndObjectTuples: Iterable<[string, unknown]>, options: import("./Options.ts").Options) => import("./types/HttpArchiveFormat.ts").HttpArchive; export declare const harFromEventNameAndObjectTuples: (eventNameAndObjectTuples: Iterable, options?: import("./Options.ts").Options) => import("./types/HttpArchiveFormat.ts").HttpArchive; export declare const harFromUntypedNamedDebuggerEvents: (namedDebuggerEvents: Iterable<{ eventName: string; event: unknown; }>, options?: import("./Options.ts").Options) => import("./types/HttpArchiveFormat.ts").HttpArchive; export declare const harFromNamedDebuggerEvents: (namedDebuggerEvents: Iterable, options?: import("./Options.ts").Options) => import("./types/HttpArchiveFormat.ts").HttpArchive; export declare const harFromChromeHarMessageParamsObjects: (methodParamsObjects: import("./types/HarDebuggerEvents.ts").ChromeHarMethodParamsObject[], options?: import("./Options.ts").Options) => import("./types/HttpArchiveFormat.ts").HttpArchive; export { HarBuilder };