import type { Endpoint } from "comlink/src/protocol";
export declare function electronEndpoint(port: MessagePort): Endpoint;
