import type { NetworkEntry } from "../connector/store.js"; export declare function buildHar(entries: readonly NetworkEntry[]): Record;