import type { PlatformWebContents } from "../platform/ports"; import type { LogContext } from "./logger"; export declare function attachWebContentsLogger(webContents: PlatformWebContents, context: LogContext): void; //# sourceMappingURL=electron.d.ts.map