import type { MessageEndpoint } from '../types'; export declare function fromMessagePort(messagePort: MessagePort): MessageEndpoint; //# sourceMappingURL=message-port.d.ts.map