import { ICustomWorkerPort } from '../zorigami_types';
export default function create_worker_interface_worker(sibling_worker_name: string, port: MessagePort): ICustomWorkerPort;
