import { Endpoint } from "comlink";
import type { MessagePortMain } from "electron";
export declare function electronEndpoint(port: MessagePortMain): Endpoint;
